Update password hint text

This commit is contained in:
Chris Hill-Scott
2016-09-28 14:57:50 +01:00
parent 317a01972c
commit 74efba61db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
You can now create a new password for your account.
</p>
<form method="post" autocomplete="off">
{{ textbox(form.new_password, hint="Your password must have at least 10 characters") }}
{{ textbox(form.new_password, hint="At least 8 characters") }}
{{ page_footer("Continue") }}
</form>
{% else %}