Changes between Version 53 and Version 54 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 20:37:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v53 v54  
    4040=== Function restriction ===
    4141 * ~~Decorator function : @auth.requires_membership("Administrator")~~
    42   * doesn't support OR (we could easily write our own function to do this, though)
    43  * within Controller put manual restrictions or alternate routes, as-required
     42  * doesn't support OR, doesn't support NOT
     43 * We need to write a function which handles OR & NOT: {{{shn_check_roles(1, 2, not=(3))}}}
     44 * Developer can put in additional manual restrictions or alternate routes, as-required
    4445
    4546=== Resource restriction ===