From d384a7d918f980b99f1714e60486fba60a683684 Mon Sep 17 00:00:00 2001 From: boban Date: Mon, 15 Jun 2026 03:02:28 +0200 Subject: [PATCH] fix(2fa): Security-Keys subtitle reflects optional/pluggable model (key alone, with TOTP, or both) Co-Authored-By: Claude Opus 4.8 (1M context) --- lang/de/auth.php | 2 +- lang/en/auth.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/auth.php b/lang/de/auth.php index 6986507..ecb6e03 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -109,7 +109,7 @@ return [ 'webauthn_login' => 'Mit Security-Key anmelden', 'webauthn_failed' => 'Security-Key konnte nicht bestätigt werden.', 'webauthn_title' => 'Security-Keys', - 'webauthn_subtitle' => 'Hardware-Schlüssel (z. B. YubiKey) als zweiten Faktor beim Login.', + 'webauthn_subtitle' => 'Hardware-Schlüssel (z. B. YubiKey) — als alleiniger Faktor, mit TOTP oder beides.', 'webauthn_unavailable' => 'Security-Keys sind nur verfügbar, wenn das Panel unter einer Domain mit HTTPS läuft.', 'webauthn_name' => 'Bezeichnung', 'webauthn_name_placeholder' => 'z. B. YubiKey 5C', diff --git a/lang/en/auth.php b/lang/en/auth.php index 62cbc22..077c1ab 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -109,7 +109,7 @@ return [ 'webauthn_login' => 'Sign in with a security key', 'webauthn_failed' => 'Could not verify the security key.', 'webauthn_title' => 'Security keys', - 'webauthn_subtitle' => 'Hardware keys (e.g. YubiKey) as a second factor at login.', + 'webauthn_subtitle' => 'Hardware keys (e.g. YubiKey) — as the only factor, with TOTP, or both.', 'webauthn_unavailable' => 'Security keys are only available when the panel runs under a domain with HTTPS.', 'webauthn_name' => 'Label', 'webauthn_name_placeholder' => 'e.g. YubiKey 5C',