Changes between Version 57 and Version 58 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
05/26/09 22:18:31 (15 years ago)
Author:
Fran Boon
Comment:

00_db.py

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v57 v58  
    7070Modules can provide further restrictions in {{{models/zzz.py}}}
    7171
    72 Whether a user is authorised or not is defined using {{{has_permission()}}} in {{{models/__db.py}}} & called by the [wiki:BluePrintREST RESTlike controller]
     72Whether a user is authorised or not is defined using {{{has_permission()}}} in {{{models/00_db.py}}} & called by the [wiki:BluePrintREST RESTlike controller]
    7373
    7474We 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}}}
    7676 * 1st user to register gets Administrator role
    7777