diff --git a/apps/users/forms.py b/apps/users/forms.py index 621fdd4af3..d44db5d06e 100644 --- a/apps/users/forms.py +++ b/apps/users/forms.py @@ -368,7 +368,7 @@ class BaseAdminUserEditForm(object): def changed_fields(self): """Returns changed_data ignoring these fields.""" return (set(self.changed_data) - - set(['admin_log', 'notifications', + set(['admin_log', 'notifications', 'photo', 'password', 'password2', 'oldpassword'])) def changes(self): diff --git a/mkt/account/forms.py b/mkt/account/forms.py index a7a1b113d4..b6ad182bbd 100644 --- a/mkt/account/forms.py +++ b/mkt/account/forms.py @@ -124,7 +124,7 @@ class AdminUserEditForm(BaseAdminUserEditForm, UserEditForm): def save(self, *args, **kw): - profile = super(UserEditForm, self).save() + profile = super(AdminUserEditForm, self).save() if self.cleaned_data['anonymize']: amo.log(amo.LOG.ADMIN_USER_ANONYMIZED, self.instance, self.cleaned_data['admin_log']) diff --git a/vendor b/vendor index cc1aa8ccf7..b26919075f 160000 --- a/vendor +++ b/vendor @@ -1 +1 @@ -Subproject commit cc1aa8ccf7af4605df0551dd6eb0a9d00ed48da1 +Subproject commit b26919075fb2dc85af0bb98448c656dd449f47c2