Roles
Roles in zope (in general) and the OST.
jbennett
All about access levels, permission settings, cookies, and users.
Page
3
of
11.
- Four roles come "standard" in Zope
- The following two pre-defined roles are explicitly given to users:
- Managers - allows access to the ZMI
- Owner - ownership of the object(s)
- The following two pre-defined roles are implicitly assigned:
- Anonymous - assigned to users who have not authenticated
- Authenticated - any user that has authenticated in any way via login/password is automatically given this role
- There are two roles that come standard with the OST:
- RegisteredUser - someone who has signed in to the Advocate Portal
- DeskRefAdmin - permission to modify an organization's info in the Desk Reference component
- You are at liberty to add new roles as you see fit. Simply keep in mind:
For each role you add, you must manage both the users and the permissions associated with the role.