diff --git a/forms.py b/forms.py index ce60eb4..9e7580e 100644 --- a/forms.py +++ b/forms.py @@ -608,6 +608,7 @@ ) password = forms.CharField( label = _('Password'), + widget = forms.PasswordInput, error_messages = {'required': _('Please enter your password.'), 'invalid': _('Please enter a valid password.')}, required = True,