Changes between Version 4 and Version 5 of UserGuidelines/Admin/Permissions


Ignore:
Timestamp:
06/23/12 16:24:05 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Permissions

    v4 v5  
    3131* If there are no permissions defined for any user for a resource, then access is unrestricted.
    3232* 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.
    3334
    3435In 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}}}: