mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
@@ -274,10 +274,10 @@ class InstallCommand extends AbstractCommand
|
||||
{
|
||||
$permissions = [
|
||||
// Guests can view the forum
|
||||
[2, 'forum.view'],
|
||||
[2, 'viewDiscussions'],
|
||||
|
||||
// Members can create and reply to discussions
|
||||
[3, 'forum.startDiscussion'],
|
||||
[3, 'startDiscussion'],
|
||||
[3, 'discussion.reply'],
|
||||
|
||||
// Moderators can edit + delete stuff
|
||||
|
Reference in New Issue
Block a user