Changeset 15609 for main/waeup.kofa/trunk/src/waeup/kofa/mandates
- Timestamp:
- 26 Sep 2019, 11:38:36 (5 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/mandates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/mandates/mandate.py
r15607 r15609 102 102 elif self._setPassword(): 103 103 msg = _('Parents password has been successfully set. ' 104 'Login with your parents password.')104 'Login with your new parents password.') 105 105 grok.getSite().logger.info( 106 106 'ParentsPasswordMandate used: %s ' -
main/waeup.kofa/trunk/src/waeup/kofa/mandates/tests.py
r15607 r15609 291 291 self.assertEqual(msg, 292 292 'Parents password has been successfully set. ' 293 'Login with your parents password.')293 'Login with your new parents password.') 294 294 self.assertEqual(redirect_path, '/login') 295 295 self.assertTrue(IUserAccount(student).checkPassword('mypwd1'))
Note: See TracChangeset for help on using the changeset viewer.