Add warning about password strength

This commit is contained in:
Alexandre Aubin 2018-10-26 22:16:25 +00:00
parent e4ee83cc8e
commit 90998555f0
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,7 @@
"password_listed_3": "This password is in a well known list. Please make it unique. Password needs to be at least 8 characters long and contains digit, upper, lower and special characters",
"password_listed_4": "This password is in a well known list. Please make it unique. Password needs to be at least 12 characters long and contains digit, upper, lower and special characters",
"password_advice": "Password successfully changed. Note: to improve your password make it with at least 8 characters and put digits, upper, lower and special characters",
"good_practices_about_user_password": "You are now about to define a new user password. The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).",
"wrong_current_password": "Current password is wrong",
"invalid_mail": "Invalid mail address",
"invalid_domain": "Invalid domain in",

View file

@ -10,6 +10,11 @@
</div>
<div class="ynh-wrapper password">
<div class="messages warning">
{{t_good_practices_about_user_password}}
</div>
<form class="form-password" role="form" method="POST" action="password.html">
<div class="form-section">