- Timestamp:
- 19 Nov 2011, 13:08:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/authentication.py
r7137 r7139 94 94 if not isinstance(password, basestring): 95 95 return False 96 if not getattr(self.context, 'password', None): 97 # unset/empty passwords do never match 98 return False 96 99 passwordmanager = getUtility(IPasswordManager, 'SSHA') 97 100 return passwordmanager.checkPassword(
Note: See TracChangeset for help on using the changeset viewer.