[Web] Improve U2F process and fix Win 1903 hassle

This commit is contained in:
andryyy
2019-09-24 18:34:08 +02:00
parent 3c133ad02a
commit 14a2a266a1
4 changed files with 63 additions and 28 deletions

View File

@@ -538,7 +538,11 @@ $lang['tfa']['tfa'] = "Two-factor authentication";
$lang['tfa']['set_tfa'] = "Set two-factor authentication method";
$lang['tfa']['yubi_otp'] = "Yubico OTP authentication";
$lang['tfa']['key_id'] = "An identifier for your YubiKey";
$lang['tfa']['init_u2f'] = "Initializing, please wait...";
$lang['tfa']['start_u2f_validation'] = "Start validation";
$lang['tfa']['reload_retry'] = "- (reload browser if the error persists)";
$lang['tfa']['key_id_totp'] = "An identifier for your key";
$lang['tfa']['error_code'] = "Error code";
$lang['tfa']['api_register'] = 'mailcow uses the Yubico Cloud API. Please get an API key for your key <a href="https://upgrade.yubico.com/getapikey/" target="_blank">here</a>';
$lang['tfa']['u2f'] = "U2F authentication";
$lang['tfa']['none'] = "Deactivate";