Changes between Version 68 and Version 69 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
06/18/10 12:09:31 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v68 v69  
    66
    77== 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}}}).
     8Sahana Eden currently authenticates on email address/password.
     9 * this is the method supported by default in Web2Py (Auth class in {{{gluon/tools.py}}}).
    1010
    1111The default configuration is that Self-Registration is enabled.[[BR]]
     
    5555table = "auth_group"
    5656# 1st-run initialisation
    57 if not len(db().select(db[table].id)):
     57if not db(table.id > 0).count():
    5858    auth.add_group("Administrator", description="System Administrator - can access & make changes to any data")
    5959    # 1st person created will be System Administrator (can be changed later)