Changeset 7734 for main/waeup.sirp/trunk/src/waeup/sirp/students
- Timestamp:
- 29 Feb 2012, 22:20:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r7723 r7734 1852 1852 IUserAccount(student).setPassword(pwd) 1853 1853 # Send email with new redentials 1854 msg = 'You have successfully changed your password for the'1854 msg = _('You have successfully changed your password for the') 1855 1855 login_url = self.url(grok.getSite(), 'login') 1856 1856 success = sirp_utils.sendCredentials(
Note: See TracChangeset for help on using the changeset viewer.