Changes between Version 56 and Version 57 of BluePrintAuthenticationAccess
- Timestamp:
- 05/26/09 22:13:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v56 v57 42 42 We also want to look at whether we should link the {{{auth_user}}} table with the [BluePrintPersonRegistry Person Registry]'s person table 43 43 44 The admin role is pre-defined during initialisation in {{{ _db.py}}} (The first user to register will have this role by default):44 The admin role is pre-defined during initialisation in {{{00_db.py}}} (The first user to register will have this role by default): 45 45 {{{ 46 46 table = 'auth_group'