Changeset 8853 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 29 Jun 2012, 17:28:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r8742 r8853 1083 1083 # Send email with credentials 1084 1084 login_url = self.url(grok.getSite(), 'login') 1085 url_info = u'Login: %s' % login_url 1085 1086 msg = _('You have successfully been registered for the') 1086 1087 if kofa_utils.sendCredentials(IUserAccount(applicant), 1087 password, login_url, msg):1088 password, url_info, msg): 1088 1089 email_sent = applicant.email 1089 1090 else:
Note: See TracChangeset for help on using the changeset viewer.