Changeset 8853 for main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
- Timestamp:
- 29 Jun 2012, 17:28:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r8783 r8853 2129 2129 msg = _('You have successfully changed your password for the') 2130 2130 login_url = self.url(grok.getSite(), 'login') 2131 url_info = u'Login: %s' % login_url 2131 2132 success = kofa_utils.sendCredentials( 2132 IUserAccount(user),pwd, login_url,msg)2133 IUserAccount(user),pwd,url_info,msg) 2133 2134 if success: 2134 2135 self.flash(_('An email with your user name and password ' +
Note: See TracChangeset for help on using the changeset viewer.