Authentication - Fix MFA when all methods are enabled.

This commit is contained in:
fusionate
2023-06-24 21:18:39 +00:00
parent 123ac6e00a
commit aa7def54a6
8 changed files with 178 additions and 27 deletions

View File

@@ -78,8 +78,8 @@ $text['label-email_description']['zh-cn'] = "检查您的电子邮件以获取
$text['label-email_description']['ja-jp'] = "メールで確認コードを確認してください。";
$text['label-email_description']['ko-kr'] = "이메일에서 확인 코드를 확인하세요.";
$text['label-totp_description']['en-us'] = "Enter your verification code.";
$text['label-totp_description']['en-gb'] = "Enter your verification code.";
$text['label-totp_description']['en-us'] = "Enter your Authenticator code.";
$text['label-totp_description']['en-gb'] = "Enter your Authenticator code.";
$text['label-totp_description']['ar-eg'] = "أدخل رمز التحقق الخاص بك.";
$text['label-totp_description']['de-at'] = "Geben Sie Ihren Bestätigungs-Code ein.";
$text['label-totp_description']['de-ch'] = "Geben Sie Ihren Bestätigungs-Code ein.";
@@ -104,6 +104,32 @@ $text['label-totp_description']['zh-cn'] = "輸入您的驗證碼。";
$text['label-totp_description']['ja-jp'] = "確認コードを入力してください。";
$text['label-totp_description']['ko-kr'] = "인증 코드를 입력하세요.";
$text['label-password_description']['en-us'] = "Enter your password.";
$text['label-password_description']['en-gb'] = "Enter your password.";
$text['label-password_description']['ar-eg'] = "ادخل رقمك السري.";
$text['label-password_description']['de-at'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['de-ch'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['de-de'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['el-gr'] = "Εισάγετε τον κωδικό σας.";
$text['label-password_description']['es-cl'] = "Ingresa tu contraseña.";
$text['label-password_description']['es-mx'] = "Ingresa tu contraseña.";
$text['label-password_description']['fr-ca'] = "Tapez votre mot de passe.";
$text['label-password_description']['fr-fr'] = "Tapez votre mot de passe.";
$text['label-password_description']['he-il'] = "הכנס את הסיסמה שלך.";
$text['label-password_description']['it-it'] = "Inserisci la tua password.";
$text['label-password_description']['nl-nl'] = "Voer uw wachtwoord in.";
$text['label-password_description']['pl-pl'] = "Wprowadź hasło.";
$text['label-password_description']['pt-br'] = "Coloque sua senha.";
$text['label-password_description']['pt-pt'] = "Coloque sua senha.";
$text['label-password_description']['ro-ro'] = "Introduceți parola.";
$text['label-password_description']['ru-ru'] = "Введите ваш пароль.";
$text['label-password_description']['sv-se'] = "Ange ditt lösenord.";
$text['label-password_description']['uk-ua'] = "Введіть ваш пароль.";
$text['label-password_description']['tr-tr'] = "Şifrenizi girin.";
$text['label-password_description']['zh-cn'] = "輸入您的密碼。";
$text['label-password_description']['ja-jp'] = "パスワードを入力してください。";
$text['label-password_description']['ko-kr'] = "비밀번호를 입력하세요.";
$text['description-totp']['en-us'] = "Scan the code with an authentication application or password manager. Then use it to generate the token for the login.";
$text['description-totp']['en-gb'] = "Scan the code with an authentication application or password manager. Then use it to generate the token for the login.";
$text['description-totp']['ar-eg'] = "امسح الرمز ضوئيًا باستخدام تطبيق المصادقة أو مدير كلمات المرور. ثم استخدمه لإنشاء الرمز المميز لتسجيل الدخول.";