Permissions¶
General¶
My Account¶
| Permission | Description |
|---|---|
| myaccount.info.change_name | Allows the user to change their name. |
| myaccount.info.change_username | Allows the user to change their username. |
| myaccount.info.change_dob | Allows the user to change their date of birth. |
Admin¶
| Permission | Description |
|---|---|
| admin.access_admin_panel | Allows the user to access the admin panel. |
| admin.users.list | Allows the user to list the users in the database. |
| admin.users.view | Allows the user to view details about a specific user. |
| admin.users.create | Allows the user to create a new user. |
| admin.users.delete | Allows the user to delete a user. |