Merge "Remove the redundant "required=True""
This commit is contained in:
@@ -444,7 +444,6 @@ class ResetPasswordForm(forms.SelfHandlingForm):
|
|||||||
cluster_id = forms.CharField(widget=forms.HiddenInput())
|
cluster_id = forms.CharField(widget=forms.HiddenInput())
|
||||||
password = forms.CharField(widget=forms.PasswordInput(),
|
password = forms.CharField(widget=forms.PasswordInput(),
|
||||||
label=_("New Password"),
|
label=_("New Password"),
|
||||||
required=True,
|
|
||||||
help_text=_("New password for cluster access."))
|
help_text=_("New password for cluster access."))
|
||||||
|
|
||||||
@sensitive_variables('data')
|
@sensitive_variables('data')
|
||||||
|
|||||||
Reference in New Issue
Block a user