Is there a way to disable the username/password fields when Passkey's are enabled? #3255
Unanswered
Subbacultcha
asked this question in
Q&A
Replies: 1 comment
-
There is currently no configuration option to disable only the username/password form (contributions are welcome). The username field is still required when using WebAuthn with a hardware security key (non-discoverable credentials). However, it is not necessary when using passkeys (discoverable credentials). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the Passkey option doesn't ask for a user name, so I was wondering if you can hide the username/password option and just have the Passkey button remain? I currently have
WEBAUTHN=1
and a Passkey setup and working, but when I setDISABLE_LOCAL_AUTH=1
, both the username/password fields and the Passkey button disappear.I'm trying to avoid a public facing login page where someone can try and brute force the fields and I'm also trying to avoid having to set up an OAuth just for Miniflux.
Any insight is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions