mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-20 05:57:56 +01:00
Update default_roles.md
This commit is contained in:
parent
5d31204545
commit
ebde20d51e
10
source/configuration/default_permission.md
Normal file
10
source/configuration/default_permission.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Default Permissions
|
||||
|
||||
BFFH has some standard permissions to assign to management and admin rights.
|
||||
|
||||
## UserSystem
|
||||
* `bffh.users.manage` - Get ManageInterface in UserSystem (Access UserList)
|
||||
|
||||
## User
|
||||
* `bffh.users.info` - Get InfoInterface for every User (Access UserInfos of other accounts)
|
||||
* `bffh.users.admin` - Get AdminInterface for every User (Add/Remove Users, Reset Passwords)
|
@ -1,10 +0,0 @@
|
||||
# Default Roles
|
||||
|
||||
BFFH has some standard roles to assign to management and admin rights.
|
||||
|
||||
## UserSystem
|
||||
* `bffh.users.manage` - Get ManageInterface in UserSystem
|
||||
|
||||
## User
|
||||
* `bffh.users.info` - Get InfoInterface for every User
|
||||
* `bffh.users.admin` - Get AdminInterface for every User
|
Loading…
Reference in New Issue
Block a user