Roles¶
Add Roles
Roles can be added when a user is added itself! by default there are 4 roles.
Default Roles¶
- This role has all the permission, just like the superuser role
- Add, Edit, and View of all the pages
- But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
- Select this role directly, instead of adding the desired permissions while creating a user.
- This role has cannot generate docs, add/edit/delete users
- This role for the developers to check whether the project is fine tuned with everything or not.
- But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
- Select this role directly, instead of adding the desired permissions while creating a user.
- This role has only access to view
- Users page will not be visible.
- And all other non functionalities in the accessible pages will be easily seen in the web page.
- But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
- Select this role directly, instead of adding the desired permissions while creating a user.
- This role is same as Support role
- The only difference is support role users cannot view their profile
- But Read-Only Users can view their profile, but cannot edit it.
Create Roles¶
- Any custom role can be created.
- To create custom roles, go to admin page.
- Go to roles tab, and click on add roles
- Refer to permissions on how to give permissions.
- Then save to have the role created.
- Now you can add this role to any user, for the making the listed permissions working for the user.