mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-30 17:33:23 -05:00
[GH-ISSUE #2829] If Fido/Security Key exists, the user should not be allowed using login with password #11013
Reference in New Issue
Block a user
Originally created by @kosli on GitHub (Apr 11, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2829
Describe the Bug
I have registered (token2) hardware fido keys, but the user still can use just username+password to login. It should be possible to disable password login as soon as security keys do exist.
Environment
To Reproduce
Add a security key (no MFA) and try to login just with password -> still possible. So no added security by the security keys.
Expected Behavior
Login with username+password should not be possible if security keys are registered.