Fixed some more permissions

This commit is contained in:
2022-03-02 15:35:08 +00:00
parent 9a0fc3f3bd
commit 868cd1a9ae
3 changed files with 116 additions and 20 deletions

View File

@@ -43,6 +43,11 @@ class OrganisationRoles extends BaseSeed
'name' => 'Organisations Administrator',
'description' => 'This role is meant for "organisation administrators", who can basically do anything related to organisations and their members.',
]),
new Role([
'slug' => 'auditer',
'name' => 'Audit Viewer',
'description' => 'This role is meant for "auditers", who are allowed to view the activity log.',
]),
];
}
}