mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Fix up default permissions
This commit is contained in:
parent
6ceefa0f85
commit
3be47a3d4f
|
@ -51,7 +51,7 @@ class UserTableSeeder extends Seeder
|
|||
['group.2' , 'forum' , 'view'],
|
||||
|
||||
// Members can create and reply to discussions + edit their own stuff
|
||||
['group.3' , 'discussion' , 'create'],
|
||||
['group.3' , 'forum' , 'startDiscussion'],
|
||||
['group.3' , 'discussion' , 'editOwn'],
|
||||
['group.3' , 'discussion' , 'reply'],
|
||||
['group.3' , 'post' , 'editOwn'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user