How to disable the passkey feature?

If self hosted, to disable passkeys:

launcher enter app
rails c
SiteSetting.enable_passkeys = false

if hosted, contact CDCK (or whoever is hosting your forum)


Passkey setup here:

7 Likes