Changes between Version 57 and Version 58 of BluePrintAuthenticationAccess
- Timestamp:
- 05/26/09 22:18:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v57 v58 70 70 Modules can provide further restrictions in {{{models/zzz.py}}} 71 71 72 Whether a user is authorised or not is defined using {{{has_permission()}}} in {{{models/ __db.py}}} & called by the [wiki:BluePrintREST RESTlike controller]72 Whether a user is authorised or not is defined using {{{has_permission()}}} in {{{models/00_db.py}}} & called by the [wiki:BluePrintREST RESTlike controller] 73 73 74 74 We use {{{auth_group}}} table for Roles & {{{auth_membership}}} to show which roles a user has. 75 * admin role initialised in {{{ __db.py}}}75 * admin role initialised in {{{00_db.py}}} 76 76 * 1st user to register gets Administrator role 77 77