icingaweb2/application/forms/Authentication
Johannes Rauh 5284553a74 Handle unavailable 2FA method in TwoFactorChallengeForm
If the 2FA method a user was challenged for is no longer available when they
submit the token — e.g. the module providing it was disabled mid-session — show
an informative message instead of a fatal error. The message tells the user that
their method is gone, suggests contacting an administrator if unexpected, and
points them to 'Back to login' explaining that no second factor will be required
once the method is disabled.
2026-05-27 10:47:21 +02:00
..
LoginForm.php Deduplicate redirect logic into LoginRedirect element 2026-05-27 10:47:21 +02:00
TwoFactorChallengeForm.php Handle unavailable 2FA method in TwoFactorChallengeForm 2026-05-27 10:47:21 +02:00