Changes between Version 54 and Version 55 of BluePrintAuthorization
- Timestamp:
- 06/19/10 20:37:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v54 v55 41 41 * ~~Decorator function : @auth.requires_membership("Administrator")~~ 42 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))}}}43 * We need to write a function which handles OR & NOT: {{{shn_role_check(1, 2, not=(3))}}} 44 44 * Developer can put in additional manual restrictions or alternate routes, as-required 45 45