mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Add warning about password strength
This commit is contained in:
parent
e4ee83cc8e
commit
90998555f0
2 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue