fixed translation, and changed tabs to spaces, and change it so the user can view their password as they're typing.
This commit is contained in:
@@ -103,4 +103,5 @@ class ChangePassForm(wtforms.Form):
|
||||
new_password = wtforms.PasswordField(
|
||||
_('New password'),
|
||||
[wtforms.validators.Required(),
|
||||
wtforms.validators.Length(min=6, max=30)])
|
||||
wtforms.validators.Length(min=6, max=30)],
|
||||
id="password")
|
||||
|
||||
Reference in New Issue
Block a user