Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-casa): replace Touch Id with PassKey #8676

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions jans-casa/app/src/main/resources/labels/user.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ usr.mfa_notenough=You cannot turn on 2FA until you register at least {0} credent
#fido 2 security keys
usr.fido2_label=Security key and Platform Authenticators
usr.fido2_title=Security Keys and built-in Platform Authenticators
usr.fido2_text=Protect your online accounts against unauthorized access by using 2 factor authentication with Security keys (USB / NFC) and built-in Platform authenticators (Apple's Touch ID).
usr.fido2_text=Protect your online accounts against unauthorized access by using 2 factor authentication with Security keys (USB / NFC) and built-in Platform authenticators (Apple's PassKey).
usr.fido2_buy_title=Buy keys from <a href="${usr.fido2_buy_link1}" target="_blank">Amazon</a> or <a href="${usr.fido2_buy_link2}" target="_blank">Yubico</a>
usr.fido2_buy_link1=https://www.amazon.com/fido2/s?k=fido2
usr.fido2_buy_link2=https://www.yubico.com/store

usr.fido2_label.security.key=Security key
usr.fido2_title.security.key=Security Keys and built-in Platform Authenticators
usr.fido2_text.security.key=Protect your online accounts against unauthorized access by using 2 factor authentication with Security keys (USB / NFC) and built-in Platform authenticators (Apple's Touch ID).
usr.fido2_text.security.key=Protect your online accounts against unauthorized access by using 2 factor authentication with Security keys (USB / NFC) and built-in Platform authenticators (Apple's PassKey).

usr.fido2_manage=Manage security keys
usr.fido2_add=Register a security key
Expand All @@ -38,11 +38,11 @@ usr.fido2_pressready=Insert your security key and press the "${general.ready}" b
usr.fido2_edit=Change nickname of your security key
usr.fido2_del=Remove this key from your credentials

usr.fido2_add_touchId=Register a Touch-ID
usr.fido2_touchId=Place your finger on the Touch ID
usr.fido2_pressready_touchId=A Touch ID on a MacBook Pro or MacBook Air lets you use it to sign in to some third-party apps.
usr.fido2_del_touchId=Remove the Touch ID from your credentials
usr.fido2.use_touchID=Enroll Touch ID
usr.fido2_add_touchId=Register a PassKey
usr.fido2_touchId=Place your finger on the PassKey
usr.fido2_pressready_touchId=A PassKey on a MacBook Pro or MacBook Air lets you use it to sign in to some third-party apps.
usr.fido2_del_touchId=Remove the PassKey from your credentials
usr.fido2.use_touchID=Enroll PassKey
usr.fido2_enroll_fingerprint_apple_help=See the link on <a href="${usr.fido2_apple_support_site}" target="_blank">Apple's support site</a> to know how you register a fingerprint on your device.
usr.fido2_apple_support_site=https://support.apple.com/en-in/guide/mac-help/mchl16fbf90a/mac

Expand Down