diff options
author | Ash McKenzie <ash@the-rebellion.net> | 2021-01-19 07:38:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 21:38:41 +0100 |
commit | 6ff63c82025099b5fd10f47f211104d839a39977 (patch) | |
tree | d85cf53831fab458f41ca71e51125a6d256e55e1 /options | |
parent | 2686e6bbbe0e2cbb58292732b740a6944ce09c8a (diff) | |
download | gitea-6ff63c82025099b5fd10f47f211104d839a39977.tar.gz gitea-6ff63c82025099b5fd10f47f211104d839a39977.zip |
Display error if twofaSecret cannot be retrieved (#14372)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 5e53637267..a64716beaf 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -625,6 +625,7 @@ or_enter_secret = Or enter the secret: %s then_enter_passcode = And enter the passcode shown in the application: passcode_invalid = The passcode is incorrect. Try again. twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once! +twofa_failed_get_secret = Failed to get secret. u2f_desc = Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel="noreferrer" href="https://fidoalliance.org/">FIDO U2F</a> standard. u2f_require_twofa = Your account must be enrolled in two-factor authentication to use security keys. |