1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-10-18 03:44:51 +00:00

Apply password policy on sign up screen

This commit is contained in:
2021-02-17 18:07:55 +01:00
parent 19cfb4760f
commit 0a6dd75a05
11 changed files with 265 additions and 20 deletions

@@ -199,8 +199,6 @@ ComunicWeb.common.langs.en = {
form_create_account_last_name_placeholder: "Your last name",
form_create_account_email_address_label: "Email address <small><i class='fa fa-warning'></i> Warning! You will not be able to change this later !</small>",
form_create_account_email_address_placeholder: "Your email address",
form_create_account_password_label: "Password",
form_create_account_password_placeholder: "Your password",
form_create_account_confirm_password_label: "Confirm your password",
form_create_account_confirm_password_placeholder: "Your password",
form_create_account_terms_label: "I have read and accepted the <a href='%p' target='_blank'>terms of use of the network</a>",

@@ -197,8 +197,6 @@ ComunicWeb.common.langs.fr = {
form_create_account_last_name_placeholder: "Votre nom",
form_create_account_email_address_label: "Adresse mail <small><i class='fa fa-warning'></i> Attention ! Vous ne pourrez pas changer cette valeur plus tard !</small>",
form_create_account_email_address_placeholder: "Votre adresse mail",
form_create_account_password_label: "Mot de passe",
form_create_account_password_placeholder: "Votre mot de passe",
form_create_account_confirm_password_label: "Confirmez votre mot de passe",
form_create_account_confirm_password_placeholder: "Votre mot de passe",
form_create_account_terms_label: "J'ai lu et accept&eacute; les <a href='%p' target='_blank'>conditions d'utilisation du r&eacute;seau</a>",