Changes between Version 7 and Version 8 of BluePrintAuthenticationAccess
- Timestamp:
- 01/08/09 18:52:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v7 v8 14 14 * {{{t2.have_access()}}} 15 15 16 T3 defines a simple {{{t2.is_admin}}} check in {{{db.py}}}: 17 {{{ 18 is_admin=(t2.logged_in and (not settings.administrator_emails or t2.person_email in settings.administrator_emails)) 19 t2.is_admin=is_admin 20 }}} 21 16 22 This should probably be done by hooking into the [wiki:BluePrintREST RESTlike controller] 17 23