Changes between Version 58 and Version 59 of BluePrintAuthenticationAccess
- Timestamp:
- 05/30/09 22:24:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v58 v59 75 75 * admin role initialised in {{{00_db.py}}} 76 76 * 1st user to register gets Administrator role 77 78 We expose this as s3.roles so that it is accessible to Controllers & Views.[[BR]]79 e.g.80 * {{{appadmin.py}}}81 * {{{layout.html}}}82 83 User maintenance can be done via appadmin until we develop our own UI:84 * ConfigurationGuidelines#Roles85 86 77 === Links === 87 78 * J2EE: Working with Realms, Users, Groups, and Roles: http://java.sun.com/javaee/5/docs/tutorial/doc/bnbxj.html