Browse Source

security/l10n [fr] do not leak registered e-mail addresses (#9375)

Do not leak existence of e-mail addresses during login attempt in French translation
pull/4/head
Marcin Mikołajczak 5 years ago
committed by Eugen Rochko
parent
commit
6bdc9866b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/locales/devise.fr.yml

+ 1
- 1
config/locales/devise.fr.yml View File

@ -8,7 +8,7 @@ fr:
failure:
already_authenticated: Vous êtes déjà connecté⋅e.
inactive: Votre compte n’est pas encore activé.
invalid: "%{authentication_keys} incorrect."
invalid: "%{authentication_keys} invalide."
last_attempt: Vous avez droit à une tentative avant que votre compte ne soit verrouillé.
locked: Votre compte est verrouillé.
not_found_in_database: "%{authentication_keys} invalide."

Loading…
Cancel
Save