mirror of https://github.com/jumpserver/jumpserver
Fix bug
parent
b0a5289a42
commit
1c78526f86
|
@ -53,7 +53,7 @@ class UserProfileForm(forms.ModelForm):
|
|||
|
||||
class UserPasswordForm(forms.Form):
|
||||
old_password = forms.CharField(
|
||||
min_length=5, max_length=128, widget=forms.PasswordInput)
|
||||
max_length=128, widget=forms.PasswordInput)
|
||||
new_password = forms.CharField(
|
||||
min_length=5, max_length=128, widget=forms.PasswordInput)
|
||||
confirm_password = forms.CharField(
|
||||
|
|
Loading…
Reference in New Issue