Merge "Remove the redundant "required=True""

This commit is contained in:
Jenkins 2017-01-18 15:30:51 +00:00 committed by Gerrit Code Review
commit 134ccf0b44

View File

@ -444,7 +444,6 @@ class ResetPasswordForm(forms.SelfHandlingForm):
cluster_id = forms.CharField(widget=forms.HiddenInput())
password = forms.CharField(widget=forms.PasswordInput(),
label=_("New Password"),
required=True,
help_text=_("New password for cluster access."))
@sensitive_variables('data')