Skip to content

Commit 13a0324

Browse files
Minor fix
1 parent 8903504 commit 13a0324

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ApiBundle/Resources/translations/validators.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ user:
2020
show_error_password_reset: Sorry, You are not permitted to request for password reset!
2121
show_error_reset_req: Password reset request already received
2222
show_error_username_policy: Username should be 3-16 characters long with any lowercase letter (a-z), number (0-9), an underscore, or a hyphen
23-
show_error_password_policy: Password should be 8-15 characters long and must contain alphanumeric and @*# characters
23+
show_error_password_policy: Password 6-20 characters, at least 1 Uppercase, 1 Lowercase, 1 Number and 1 Special Character
2424
show_error_role: Sorry! Not a valid Role!

src/ApiBundle/Resources/translations/validators.fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ user:
2121
show_error_reset_req: Réinitialisation du mot de passe déjà reçue
2222
show_error_server_fault: Erreur du serveur! Veuillez réessayer après un certain temps !!
2323
show_error_username_policy: Le nom d'utilisateur doit comporter entre 3 et 16 caractères avec une lettre minuscule (a-z), un chiffre (0-9), un trait de soulignement ou un tiret
24-
show_error_password_policy: Le mot de passe doit comporter entre 8 et 15 caractères et contenir des caractères alphanumériques et @*#
24+
show_error_password_policy: Mot de passe 6 à 20 caractères, au moins 1 majuscule, 1 minuscule, 1 numéro et 1 caractère spécial

src/ApiBundle/Resources/translations/validators.hi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ user:
2121
show_error_reset_req: पासवर्ड रीसेट अनुरोध पहले से ही प्राप्त
2222
show_error_server_fault: सर्वर त्रुटि! कुछ समय के बाद फिर से कोशिश करें !!
2323
show_error_username_policy: यूजर का नाम किसी भी छोटा अक्षर (a-z), संख्या (0-9), एक अंडरस्कोर, या एक हाइफन के साथ 3-16 अक्षर का होना चाहिए
24-
show_error_password_policy: पासवर्ड 8-15 अक्षर का होना चाहिए और अल्फान्यूमेरिक और शामिल होना चाहिए @#* अक्षर
24+
show_error_password_policy: पासवर्ड 6-20 अक्षर, कम से कम 1 अपरकेस, 1 लोअरकेस, 1 संख्या और 1 विशेष अक्षर

0 commit comments

Comments
 (0)