Changes between Version 60 and Version 61 of BluePrintAuthenticationAccess
- Timestamp:
- 07/22/09 02:26:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v60 v61 12 12 This can be easily disabled via a single setting in the s3_setting table. 13 13 14 The email address is currently not verified.[[BR]] 15 - this should be fixed. Web2Py supports this: {{{auth.settings.mailer=mail}}} 14 The email address can be verified: 15 {{{ 16 auth.settings.registration_requires_verification = False 17 }}} 16 18 17 We b2Py also supports[http://recaptcha.net Recaptcha].19 We can also use [http://recaptcha.net Recaptcha]. 18 20 19 Sahana2 supports OpenID (as does Launchpad), so that would be good to support & looks easy: 21 We can easily add support for OpenID (like Sahana2 & Launchpad): 22 * Web2Py implementation: http://groups.google.com/group/web2py/browse_thread/thread/8d13546b902409a9 23 * http://openidenabled.com/python-openid/ 20 24 * https://rpxnow.com/ 21 * http://openidenabled.com/python-openid/22 25 23 26 == Authorization ==