Ignore:
Timestamp:
26 Sep 2019, 11:38:36 (5 years ago)
Author:
Henrik Bettermann
Message:

Finalize parents access.

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  
    102102        elif self._setPassword():
    103103            msg = _('Parents password has been successfully set. '
    104                     'Login with your parents password.')
     104                    'Login with your new parents password.')
    105105            grok.getSite().logger.info(
    106106                'ParentsPasswordMandate used: %s '
  • main/waeup.kofa/trunk/src/waeup/kofa/mandates/tests.py

    r15607 r15609  
    291291        self.assertEqual(msg,
    292292            'Parents password has been successfully set. '
    293             'Login with your parents password.')
     293            'Login with your new parents password.')
    294294        self.assertEqual(redirect_path, '/login')
    295295        self.assertTrue(IUserAccount(student).checkPassword('mypwd1'))
Note: See TracChangeset for help on using the changeset viewer.