1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Changed password field type in authentication form.

This commit is contained in:
Frédéric Sureau 2011-08-05 16:44:31 +02:00
parent 410c4596df
commit e6def5587a

View file

@ -21,7 +21,7 @@ class ProjectForm(Form):
class AuthenticationForm(Form):
id = TextField("Project identifier", validators=[Required()])
password = TextField("Password", validators=[Required()])
password = PasswordField("Password", validators=[Required()])
submit = SubmitField("Get in")