Changes between Version 6 and Version 7 of BluePrintAuthenticationAccess
- Timestamp:
- 01/05/09 13:56:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v6 v7 1 1 This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahana3/+spec/authentication-authorization Blueprint for the Authentication & Access]. 2 2 3 S3 currently just uses the default T2 AAA system:3 S3 currently uses the default T2 AAA system at a very basic level: {{{t2.logged_in}}} 4 4 * http://trac.sahana3.org/wiki/DeveloperGuidelinesAuthenticationAccess 5 5 … … 9 9 10 10 (NB Sahana is about to change AAA method to it's 3rd & the Vol module currently uses a separate method) 11 12 This should (mostly?) be possible using other T2 methods: 13 * {{{t2.have_membership()}}} 14 * {{{t2.have_access()}}} 15 16 This should probably be done by hooking into the [wiki:BluePrintREST RESTlike controller] 11 17 12 18 We also want to look at linking the AAA t2_person table with the Person Registry's person table