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/applicants/browser.py

    r8742 r8853  
    10831083        # Send email with credentials
    10841084        login_url = self.url(grok.getSite(), 'login')
     1085        url_info = u'Login: %s' % login_url
    10851086        msg = _('You have successfully been registered for the')
    10861087        if kofa_utils.sendCredentials(IUserAccount(applicant),
    1087             password, login_url, msg):
     1088            password, url_info, msg):
    10881089            email_sent = applicant.email
    10891090        else:
Note: See TracChangeset for help on using the changeset viewer.