Changes between Version 53 and Version 54 of BluePrintAuthorization
- Timestamp:
- 06/19/10 20:37:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v53 v54 40 40 === Function restriction === 41 41 * ~~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 44 45 45 46 === Resource restriction ===