Changes between Version 40 and Version 41 of BluePrintAuthenticationAccess
- Timestamp:
- 01/30/09 22:02:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v40 v41 7 7 == Authentication == 8 8 !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}}}). 10 10 11 11 The default configuration is that Self-Registration is enabled.[[BR]] … … 13 13 14 14 The email address is currently not verified.[[BR]] 15 - this should be fixed. T2supports this: {{{if verification}}}15 - this should be fixed. Web2Py supports this: {{{if verification}}} 16 16 17 17 Sahana2 supports OpenID (as does Launchpad), so that would be good to support & looks easy: