Ignore:
Timestamp:
30 Jun 2012, 07:03:20 (12 years ago)
Author:
Henrik Bettermann
Message:

Let's use the PasswordMandate? also for change password requests (part1).

File:
1 edited

Legend:

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

    r8853 r8857  
    21252125        kofa_utils = getUtility(IKofaUtils)
    21262126        pwd = kofa_utils.genPassword()
     2127
     2128        ###: To be changed
    21272129        IUserAccount(user).setPassword(pwd)
    2128         # Send email with new redentials
     2130
     2131
     2132        # Send email with new credentials
    21292133        msg = _('You have successfully changed your password for the')
    21302134        login_url = self.url(grok.getSite(), 'login')
Note: See TracChangeset for help on using the changeset viewer.