Changes between Version 44 and Version 45 of BluePrintAuthenticationAccess
- Timestamp:
- 01/31/09 11:31:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v44 v45 36 36 (NB The Vol module currently uses a separate method) 37 37 38 We also want to look at whether we should link the Auth sahana_persontable with the [BluePrintPersonRegistry Person Registry]'s person table38 We also want to look at whether we should link the {{{auth_user}}} table with the [BluePrintPersonRegistry Person Registry]'s person table 39 39 40 40 The admin role is pre-defined during initialisation in {{{_db.py}}} (The first user to register will have this role by default): 41 41 {{{ 42 table = ' %s_group' % app42 table = 'auth_group' 43 43 # 1st-run initialisation 44 44 if not len(db().select(db[table].ALL)):