Differentiate ACL entry for super-admin and regular user adding
This commit is contained in:
parent
834b9483f4
commit
110d159bd5
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ access_keys:
|
|||
- id: user.list
|
||||
label: List
|
||||
- id: user.add
|
||||
label: Add
|
||||
label: Add (non Super Admin)
|
||||
- id: user.sadmin.add
|
||||
label: Add (Super Admin)
|
||||
- id: user.update
|
||||
label: Update
|
||||
- id: user.delete
|
||||
|
|
|
|||
Loading…
Reference in a new issue