Changes between Version 75 and Version 76 of BluePrintAuthorization


Ignore:
Timestamp:
06/21/10 12:39:44 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v75 v76  
    77 * We are currently adopting a simplistic 3-tier approach of Person -> Role -> Permissions.
    88 * 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.
    1010  * ~~Replace {{{auth.has_membership(group)}}} in default modules menu in {{{01_modules.py}}}~~
    1111In {{{models/00_utils.py}}}: