Changes between Version 75 and Version 76 of BluePrintAuthorization
- Timestamp:
- 06/21/10 12:39:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v75 v76 7 7 * We are currently adopting a simplistic 3-tier approach of Person -> Role -> Permissions. 8 8 * We consider that the 4-tier approach of Person -> Group -> Role -> Permissions is unnecessarily complex for users, despite giving strong flexibility & the potential for advanced admins to move persons into roles in bulk & including future members of the group. 9 * ~~Roles for the currently logged-in user are cached in the session for easy access throughout Model, Controllers & Views~~.9 * Roles for the currently logged-in user are cached in the session for easy access throughout Model, Controllers & Views. 10 10 * ~~Replace {{{auth.has_membership(group)}}} in default modules menu in {{{01_modules.py}}}~~ 11 11 In {{{models/00_utils.py}}}: