Changeset 6395
- Timestamp:
- 17 Jun 2011, 05:46:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r6178 r6395 228 228 if ac is None: 229 229 return None 230 if ac.disabled is not False:231 return None232 if ac.invalidation_date is not None and appl_ac != ac.representation:233 return None230 #if ac.disabled is not False: 231 # return None 232 #if ac.invalidation_date is not None and appl_ac != ac.representation: 233 # return None 234 234 if appl_ac is not None and appl_ac != ac.representation: 235 235 # This should never happen. It means a catalog error.
Note: See TracChangeset for help on using the changeset viewer.