clusev/resources/views/livewire/auth
boban 61df4497d7 feat(2fa): forgot-password is key-only safe + states the no-2FA recovery path
Guard the TOTP verifyKey call behind hasTotp() so a key-only user's null
two_factor_secret never reaches Google2FA::verifyKey(); they reset via a
backup code. Also adds the reset_no_2fa_note lang key (EN + DE) rendered
on the forgot-password form explaining the no-2FA recovery options.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 21:26:59 +02:00
..
forgot-password.blade.php feat(2fa): forgot-password is key-only safe + states the no-2FA recovery path 2026-06-14 21:26:59 +02:00
login.blade.php fix(auth): show the reset-success status on the login page 2026-06-14 17:10:24 +02:00
password-change.blade.php feat(i18n): bilingual foundation (DE/EN) + localize auth/dashboard/servers/fleet/account 2026-06-13 22:36:16 +02:00
reset-password.blade.php feat(auth): email reset-link path (gated on a configured mailer) 2026-06-14 16:57:05 +02:00
two-factor-challenge.blade.php feat(2fa): challenge adapts to factor — TOTP field gated, key-only leads with the key + backup code 2026-06-14 21:10:25 +02:00
two-factor-setup.blade.php feat(i18n): bilingual foundation (DE/EN) + localize auth/dashboard/servers/fleet/account 2026-06-13 22:36:16 +02:00