Changeset 8857 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 30 Jun 2012, 07:03:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r8853 r8857 2125 2125 kofa_utils = getUtility(IKofaUtils) 2126 2126 pwd = kofa_utils.genPassword() 2127 2128 ###: To be changed 2127 2129 IUserAccount(user).setPassword(pwd) 2128 # Send email with new redentials 2130 2131 2132 # Send email with new credentials 2129 2133 msg = _('You have successfully changed your password for the') 2130 2134 login_url = self.url(grok.getSite(), 'login')
Note: See TracChangeset for help on using the changeset viewer.