mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-23 15:56:59 +00:00
Merge "Make 2FA client examples into urls"
This commit is contained in:
commit
3e09fffc40
|
@ -19,7 +19,7 @@
|
|||
"oathauth-recoverycodes-download": "Download recovery codes",
|
||||
"oathauth-disable": "Disable two-factor authentication",
|
||||
"oathauth-validatedoath": "Validated two-factor credentials. Two-factor authentication will now be enforced.",
|
||||
"oathauth-noscratchforvalidation": "You cannot use a recovery code to confirm two-factor authentication. Recovery codes are for backup and incidental use only. Please use a code from your two-factor authentication application (such as Authy, FreeOTP, Google Authenticator, Microsoft Authenticator or 1Password).",
|
||||
"oathauth-noscratchforvalidation": "You cannot use a recovery code to confirm two-factor authentication. Recovery codes are for backup and incidental use only. Please use a code from your two-factor authentication application (such as [https://authy.com/ Authy], [https://freeotp.github.io/ FreeOTP], [https://support.google.com/accounts/answer/1066447 Google Authenticator], [https://www.microsoft.com/en/security/mobile-authenticator-app Microsoft Authenticator] or [https://1password.com/ 1Password]).",
|
||||
"oathauth-failedtovalidateoath": "Failed to validate two-factor credentials",
|
||||
"oathauth-disabledoath": "Disabled two-factor authentication.",
|
||||
"oathauth-prefs-label": "Two-factor authentication:",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"oathauth-auth-token-label": "Two-factor token or recovery code",
|
||||
"oathauth-auth-token-help": "The one-time password used as the second factor of two-factor authentication.",
|
||||
"oathauth-auth-token-help-ui": "Enter either a code from your authentication device, or a recovery code",
|
||||
"oathauth-auth-ui": "Please enter a code from your two-factor authentication application (such as Authy, FreeOTP, Google Authenticator, Microsoft Authenticator or 1Password).",
|
||||
"oathauth-auth-ui": "Please enter a code from your two-factor authentication application (such as [https://authy.com/ Authy], [https://freeotp.github.io/ FreeOTP], [https://support.google.com/accounts/answer/1066447 Google Authenticator], [https://www.microsoft.com/en/account/authenticator/ Microsoft Authenticator] or [https://1password.com/ 1Password]).",
|
||||
"oathauth-throttled": "Too many verification attempts! Please wait $1.",
|
||||
"oathauth-login-failed": "Verification failed.",
|
||||
"oathauth-describe-provider": "Two-factor authentication (OATH).",
|
||||
|
|
Loading…
Reference in a new issue