Skip to content

Commit

Permalink
Do not leak existence of e-mail addresses during login attempt, part 2 (
Browse files Browse the repository at this point in the history
mastodon#9376)

* Do not leak existence of e-mail addresses during login attempt, part 2

* Update devise.uk.yml
  • Loading branch information
Marcin Mikołajczak authored and hiyuki2578 committed Oct 2, 2019
1 parent 29d4b95 commit 852af24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/devise.hr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hr:
invalid: Nevaljan %{authentication_keys} ili lozinka.
last_attempt: Imaš još jedan pokušaj prije no što ti se račun zaključa.
locked: Tvoj račun je zaključan.
not_found_in_database: Nevaljani %{authentication_keys} ili lozinka.
not_found_in_database: Nevaljan %{authentication_keys} ili lozinka.
send_instructions: Primit ćeš email sa uputama kako potvrditi svoju email adresu za nekoliko minuta.
send_paranoid_instructions: Ako tvoja email adresa postoji u našoj bazi podataka, primit ćeš email sa uputama kako ju potvrditi za nekoliko minuta.
timeout: Tvoja sesija je istekla. Molimo te, prijavi se ponovo kako bi nastavio.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/devise.uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uk:
invalid: Неправильний %{authentication_keys} або пароль.
last_attempt: У вас є остання спроба, після якої вхід буде заблокований.
locked: Ваш акаунт заблокований.
not_found_in_database: Неправильні %{authentication_keys} або пароль.
not_found_in_database: Неправильний %{authentication_keys} або пароль.
timeout: Ваша сесія вичерпана. Будь ласка, зайдіть знову, щоб продовжити.
unauthenticated: Для продовження Вам потрібно увійти або зареєструватися.
unconfirmed: Для продовження Вам потрібно підтвердити Вашу поштову скриньку.
Expand Down

0 comments on commit 852af24

Please sign in to comment.