Changeset 12806 for main/waeup.ikoba


Ignore:
Timestamp:
21 Mar 2015, 13:08:19 (10 years ago)
Author:
Henrik Bettermann
Message:

Unset temporary password after customer has changed his/her password.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12802 r12806  
    776776            if not errors:
    777777                IUserAccount(self.context).setPassword(password)
     778                # Unset temporary password
     779                self.context.temp_password = None
    778780                self.context.writeLogMessage(self, 'saved: password')
    779781                self.flash(_('Password changed.'))
Note: See TracChangeset for help on using the changeset viewer.