mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
Fix bug
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user