Changes between Version 26 and Version 27 of BluePrintOrganisationRegistry
- Timestamp:
- 03/19/11 14:14:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintOrganisationRegistry
v26 v27 178 178 deployment_settings.security.policy = 3 # Controller-ACLs. 4 & 5 will also work 179 179 deployment_settings.aaa.has_staff_permissions = True 180 deployment_settings.aaa.staff_acl = Permissions for staff role 181 deployment_settings.aaa.supervisor_acl = Permissions for supervisor role 180 deployment_settings.aaa.staff_acl = Permissions for staff role: Create, Read, Update & or Delete 181 deployment_settings.aaa.supervisor_acl = Permissions for supervisor role: Create, Read, Update & or Delete 182 182 }}} 183 183 2. When a new organisation or site instance is created: 184 i. The current user is added as a Staff (with supervisor set) to the record 184 i. The current user is added as a Staff (with supervisor set) to the record [@ToDo: Remove this] 185 185 i. New roles (staff & supervisor) are automatically created for that record (<tablename>_staff_id & <tablename>_supervisor_id). 186 186 i. The current user is added as a member of both of those roles. 187 187 188 3. Add staff to organisations and sites to grant them permission188 3. Add staff to organisations and sites to grant them the appropriate permissions 189 189 190 190 === Inheriting Permissions ===