diff --git a/apps/settings/forms.py b/apps/settings/forms.py index c6f51e646..23bcccb09 100644 --- a/apps/settings/forms.py +++ b/apps/settings/forms.py @@ -40,8 +40,8 @@ class BaseForm(forms.Form): field = self.fields[name] if isinstance(field.widget, forms.PasswordInput) and not value: continue - if value == getattr(settings, name): - continue + # if value == getattr(settings, name): + # continue encrypted = True if isinstance(field, FormEncryptMixin) else False try: