Skip to content

Roles

Add Roles

Roles can be added when a user is added itself! by default there are 4 roles.

Default Roles

  1. This role has all the permission, just like the superuser role
  2. Add, Edit, and View of all the pages
  3. But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
  4. Select this role directly, instead of adding the desired permissions while creating a user.
  1. This role has cannot generate docs, add/edit/delete users
  2. This role for the developers to check whether the project is fine tuned with everything or not.
  3. But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
  4. Select this role directly, instead of adding the desired permissions while creating a user.
  1. This role has only access to view
  2. Users page will not be visible.
  3. And all other non functionalities in the accessible pages will be easily seen in the web page.
  4. But the access to the admin page depends on whether the superuser has made the staff status checked for that particular user or not.
  5. Select this role directly, instead of adding the desired permissions while creating a user.
  1. This role is same as Support role
  2. The only difference is support role users cannot view their profile
  3. But Read-Only Users can view their profile, but cannot edit it.

Create Roles

  1. Any custom role can be created.
  2. To create custom roles, go to admin page.
  3. Go to roles tab, and click on add roles
  4. Refer to permissions on how to give permissions.
  5. Then save to have the role created.
  6. Now you can add this role to any user, for the making the listed permissions working for the user.