diff options
author | Unknwon <u@gogs.io> | 2017-04-06 16:27:31 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-06 16:27:31 -0400 |
commit | bd1f2ccaf87d67a4c5316cc8241abd45386f5c59 (patch) | |
tree | 3ab2e66e1221e0e54cbe4a2ffb83ac68798f7743 /conf | |
parent | ec491b023f96abca4794c9518f1663c9c94b0eb3 (diff) |
user/settings/security: add token description about 2FA
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 36c2c382..cad51d4c 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -340,6 +340,7 @@ two_factor_off = Off two_factor_enable = Enable two_factor_disable = Disable two_factor_view_recovery_codes = View and save <a href="%s%s">your recovery codes</a> in a safe place. You can use them as passcode if you lose access to your authentication application. +two_factor_http = For HTTP/HTTPS operations, you are no longer able to use plain username and password. Please create and use <a href="%[1]s%[2]s">Personal Access Token</a> as your credential, e.g. <code>%[3]s</code>. two_factor_enable_title = Enable Two-factor Authentication two_factor_scan_qr = Please use your authentication application to scan the image: two_factor_or_enter_secret = Or enter the secret: |