Refactor ACL keys for user super admin role handling
This commit is contained in:
parent
611ce1ac36
commit
55de671803
1 changed files with 3 additions and 3 deletions
|
|
@ -12,13 +12,13 @@ access_keys:
|
|||
- id: user.list
|
||||
label: List
|
||||
- id: user.add
|
||||
label: Add (non Super Admin)
|
||||
- id: user.sadmin.add
|
||||
label: Add (Super Admin)
|
||||
label: Add
|
||||
- id: user.update
|
||||
label: Update
|
||||
- id: user.delete
|
||||
label: Delete
|
||||
- id: user.role.sadmin
|
||||
label: Super Admin Role
|
||||
- id: role
|
||||
label: Role Access
|
||||
acls:
|
||||
|
|
|
|||
Loading…
Reference in a new issue