diff options
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index f6b2894ab..72cd4db45 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -2040,6 +2040,7 @@ class AccountWizard(Wizard): if dct["password"]: account.set_password(dct["password"]) + account.password_last_update = datetime.date.today() account.save() profile_form = form_dict["profile-account_management"] |