Add passkey support

This commit is contained in:
Johannes Zellner
2026-02-12 21:10:51 +01:00
parent 3e09bef613
commit 5724ca73b4
16 changed files with 992 additions and 69 deletions
+12 -2
View File
@@ -291,7 +291,10 @@
"authenticatorAppDescription": "Use Google Authenticator (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) or a similar TOTP app to scan the secret.",
"token": "Token",
"enable": "Enable",
"mandatorySetup": "2FA is required to access the dashboard. Please complete the setup to continue."
"mandatorySetup": "2FA is required to access the dashboard. Please complete the setup to continue.",
"passkeyOption": "Setup passkey",
"totpOption": "Setup TOTP",
"registerPasskey": "Register passkey"
},
"appPasswords": {
"title": "App Passwords",
@@ -356,6 +359,12 @@
"removeAppPassword": {
"title": "Remove App Password",
"description": "Remove app password \"{{ name }}\" ?"
},
"twoFactorAuth": {
"title": "Two-factor authentication",
"disabled": "Disabled",
"totpEnabled": "Using time-based one-time password (TOTP)",
"passkeyEnabled": "Using passkey"
}
},
"backups": {
@@ -1497,7 +1506,8 @@
"resetPasswordAction": "Reset password",
"errorIncorrect2FAToken": "2FA token is invalid",
"errorInternal": "Internal error, try again later",
"loginAction": "Log in"
"loginAction": "Log in",
"usePasskeyAction": "Use passkey"
},
"passwordReset": {
"title": "Password reset",