Ignore:
Timestamp:
29 Jun 2012, 17:28:06 (12 years ago)
Author:
Henrik Bettermann
Message:

StudentRequestPasswordPage?: Create mandate and send link by email instead of setting password directly.

Show link to StudentRequestPasswordPage? on login page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r8783 r8853  
    21292129        msg = _('You have successfully changed your password for the')
    21302130        login_url = self.url(grok.getSite(), 'login')
     2131        url_info = u'Login: %s' % login_url
    21312132        success = kofa_utils.sendCredentials(
    2132             IUserAccount(user),pwd,login_url,msg)
     2133            IUserAccount(user),pwd,url_info,msg)
    21332134        if success:
    21342135            self.flash(_('An email with your user name and password ' +
Note: See TracChangeset for help on using the changeset viewer.