Changes between Version 21 and Version 22 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
01/09/09 18:47:25 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v21 v22  
    2424We also want to look at linking the AAA t2_person table with the Person Registry's person table
    2525
    26 S2 supports OpenID (as does Launchpad ;) ), so that would be good to support & looks easy:
     26Sahana2 supports OpenID (as does Launchpad ;) ), so that would be good to support & looks easy:
    2727 * http://openidenabled.com/python-openid/
    2828
    2929=== Implementation ===
    3030S3 builds on the default T2 AAA system:
    31  * http://trac.sahana3.org/wiki/DeveloperGuidelinesAuthenticationAccess
     31 * DeveloperGuidelinesAuthenticationAccess
    3232
    3333Anonymous access is currently granted for all Read operations, with Create/Update/Delete requiring a user to be Authenticated: {{{t2.logged_in}}}