Changeset 6625
- Timestamp:
- 25 Aug 2011, 10:37:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/authentication.py
r6610 r6625 115 115 116 116 class UserAuthenticatorPlugin(grok.GlobalUtility): 117 grok.implements(IAuthenticatorPlugin) 117 118 grok.provides(IAuthenticatorPlugin) 118 119 grok.name('users')
Note: See TracChangeset for help on using the changeset viewer.