Changes between Version 60 and Version 61 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
07/22/09 02:26:29 (15 years ago)
Author:
Fran Boon
Comment:

OpenID example appliance

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v60 v61  
    1212This can be easily disabled via a single setting in the s3_setting table.
    1313
    14 The email address is currently not verified.[[BR]]
    15 - this should be fixed. Web2Py supports this: {{{auth.settings.mailer=mail}}}
     14The email address can be verified:
     15{{{
     16auth.settings.registration_requires_verification = False
     17}}}
    1618
    17 Web2Py also supports [http://recaptcha.net Recaptcha].
     19We can also use [http://recaptcha.net Recaptcha].
    1820
    19 Sahana2 supports OpenID (as does Launchpad), so that would be good to support & looks easy:
     21We 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/
    2024 * https://rpxnow.com/
    21  * http://openidenabled.com/python-openid/
    2225
    2326== Authorization ==