Update default_roles.md

This commit is contained in:
TheJoKlLa 2022-07-19 12:54:19 +00:00
parent 5d31204545
commit ebde20d51e
2 changed files with 10 additions and 10 deletions

View 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)

View File

@ -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