Changeset 6122
- Timestamp:
- 17 May 2011, 23:30:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r6110 r6122 128 128 """ 129 129 return None 130 130 131 131 class WAeUPApplicantCredentialsPlugin(grok.GlobalUtility, 132 132 SessionCredentialsPlugin): … … 205 205 206 206 or 207 207 208 208 - the accesscode was already used and a dataset for this 209 209 applicant was already generated with a different accesscode … … 216 216 accesscode set and this accesscode does not match the given 217 217 one. 218 218 219 219 """ 220 220 if not isinstance(credentials, dict):
Note: See TracChangeset for help on using the changeset viewer.