mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Change password label
This commit is contained in:
@@ -9,7 +9,7 @@ class LoginForm(Form):
|
||||
DataRequired(message='Email cannot be empty'),
|
||||
Email(message='Please enter a valid email address')
|
||||
])
|
||||
password = PasswordField('Password', validators=[
|
||||
password = PasswordField('Create a password', validators=[
|
||||
DataRequired(message='Please enter your password')
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user