From 23b997ae55655ccae6a9a9e424a3596c9165a481 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 28 Jan 2017 20:43:38 +0100 Subject: Split 2FA login into two prompts --- config/locales/en.yml | 1 + config/locales/simple_form.en.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 941fe5b3f..44396039c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -114,5 +114,6 @@ en: instructions_html: "Scan this QR code into Google Authenticator or a similiar app on your phone. From now on, that app will generate tokens that you will have to enter when logging in." users: invalid_email: The e-mail address is invalid + invalid_otp_token: Invalid two-factor code will_paginate: page_gap: "…" diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 5ef4a18fa..09957c914 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -21,7 +21,7 @@ en: locked: Make account private new_password: New password note: Bio - otp_attempt: If enabled, two-factor token + otp_attempt: Two-factor code password: Password username: Username interactions: -- cgit