Changes between Version 40 and Version 41 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
01/30/09 22:02:10 (16 years ago)
Author:
Fran Boon
Comment:

tools.py

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v40 v41  
    77== Authentication ==
    88!SahanaPy currently authenticates on email address/password.[[BR]]
    9 - this is the T2 method.
     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]]
     
    1313
    1414The email address is currently not verified.[[BR]]
    15 - this should be fixed. T2 supports this: {{{if verification}}}
     15- this should be fixed. Web2Py supports this: {{{if verification}}}
    1616
    1717Sahana2 supports OpenID (as does Launchpad), so that would be good to support & looks easy: