Changes between Version 4 and Version 5 of UserGuidelines/Admin/Permissions
- Timestamp:
- 06/23/12 16:24:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UserGuidelines/Admin/Permissions
v4 v5 31 31 * If there are no permissions defined for any user for a resource, then access is unrestricted. 32 32 * If a permission is defined for any user then all other users have no access at all unless explicitly granted (Users with the Administrator role are exempt - they always have access). 33 * These permissions would normally be set via [DeveloperGuidelines/PrePopulate PrePopulate] but there is a powerful API available to add/modify roles via CLI scripts & it is also possible to do it by directly modifying the database. 33 34 34 35 In order for these checks to be done, then you need to set that module as {{{restricted=True}}} in your {{{private/templates/<template>/config.py}}} or {{{models/000_config.py}}}: