DragonByte Tech
Well-known member
You may be able to get this done by disabling the TFA provider in theIs there a way to remove this from the list of two-step verification providers? I cannot find an option to turn it off. (I use another addon which adds a "Passkeys" entry in the list which we are using.)
View attachment 280641
If I have to go into developer mode, or create a template modification to remove it, either way would be acceptable.
xf_tfa_provider
table. Something like UPDATE xf_tfa_provider SET active = 0 WHERE provider_id = 'dbtech_security_authn'
.That being said, Passkeys is not the same as a hardware security key. It's a pure-software implementation of physical security keys, so users who prefer physical security keys would - to my knowledge - not be satisfied with only Passkeys.