Changes between Version 68 and Version 69 of BluePrintAuthenticationAccess
- Timestamp:
- 06/18/10 12:09:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v68 v69 6 6 7 7 == Authentication == 8 !SahanaPy currently authenticates on email address/password.[[BR]] 9 -this is the method supported by default in Web2Py (Auth class in {{{gluon/tools.py}}}).8 Sahana Eden currently authenticates on email address/password. 9 * this is the method supported by default in Web2Py (Auth class in {{{gluon/tools.py}}}). 10 10 11 11 The default configuration is that Self-Registration is enabled.[[BR]] … … 55 55 table = "auth_group" 56 56 # 1st-run initialisation 57 if not len(db().select(db[table].id)):57 if not db(table.id > 0).count(): 58 58 auth.add_group("Administrator", description="System Administrator - can access & make changes to any data") 59 59 # 1st person created will be System Administrator (can be changed later)