Changes between Version 44 and Version 45 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
01/31/09 11:31:25 (16 years ago)
Author:
Fran Boon
Comment:

auth_user/auth_group tables

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v44 v45  
    3636(NB The Vol module currently uses a separate method)
    3737
    38 We also want to look at whether we should link the Auth sahana_person table with the [BluePrintPersonRegistry Person Registry]'s person table
     38We also want to look at whether we should link the {{{auth_user}}} table with the [BluePrintPersonRegistry Person Registry]'s person table
    3939
    4040The admin role is pre-defined during initialisation in {{{_db.py}}} (The first user to register will have this role by default):
    4141{{{
    42 table = '%s_group' % app
     42table = 'auth_group'
    4343# 1st-run initialisation
    4444if not len(db().select(db[table].ALL)):