diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-13 20:56:03 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-13 20:56:03 +0100 |
commit | 63886bdc5976ee72df168053352899174095335a (patch) | |
tree | fcde1067523eb55308afe4238165566e0516f421 /config | |
parent | bae7cf8ccecd7c670cd4c1a00c5c19f85c2487b6 (diff) |
Fix #587 - Display TOTP secret next to QR code
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index c6c7c236e..e7d39327e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -118,6 +118,8 @@ en: disable: Disable enable: Enable instructions_html: "<strong>Scan this QR code into Google Authenticator or a similiar app on your phone</strong>. From now on, that app will generate tokens that you will have to enter when logging in." + plaintext_secret_html: "Plain-text secret: <samp>%{secret}</samp>" + warning: If you cannot configure an authenticator app right now, you should click "disable" or you won't be able to login. users: invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code |