mirror of https://github.com/jumpserver/jumpserver
commit
00e1bf6cff
|
@ -40,8 +40,8 @@ class BaseForm(forms.Form):
|
||||||
field = self.fields[name]
|
field = self.fields[name]
|
||||||
if isinstance(field.widget, forms.PasswordInput) and not value:
|
if isinstance(field.widget, forms.PasswordInput) and not value:
|
||||||
continue
|
continue
|
||||||
if value == getattr(settings, name):
|
# if value == getattr(settings, name):
|
||||||
continue
|
# continue
|
||||||
|
|
||||||
encrypted = True if isinstance(field, FormEncryptMixin) else False
|
encrypted = True if isinstance(field, FormEncryptMixin) else False
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
tiff-dev jpeg-dev zlib-dev freetype-dev lcms-dev libwebp-dev tcl-dev tk-dev python3-dev libressl-dev openldap-dev cyrus-sasl-dev krb5-dev sshpass postgresql-dev mariadb-dev sqlite-dev libffi-dev openssh-client
|
tiff-dev jpeg-dev zlib-dev freetype-dev lcms-dev libwebp-dev tcl-dev tk-dev python3-dev libressl-dev openldap-dev cyrus-sasl-dev krb5-dev sshpass postgresql-dev mariadb-dev sqlite-dev libffi-dev openssh-client gcc libc-dev linux-headers make autoconf
|
||||||
|
|
Loading…
Reference in New Issue