mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 11:52:11 +00:00
fix(login): improve multifactor prompt (#4474)
* login mfa improvements * mfa toggles * styles * mfa styles * go rel * better translations for mfa u2f * revert goreleaser format
This commit is contained in:
@@ -47,7 +47,7 @@ UsernameChangeDone:
|
||||
Description: Your username was changed successfully.
|
||||
NextButtonText: next
|
||||
|
||||
InitPassword:
|
||||
InitPassword:
|
||||
Title: Set Password
|
||||
Description: You have received a code, which you have to enter in the form below, to set your new password.
|
||||
CodeLabel: Code
|
||||
@@ -95,16 +95,16 @@ InitMFAOTP:
|
||||
CancelButtonText: cancel
|
||||
|
||||
InitMFAU2F:
|
||||
Title: Setup 2-Factor
|
||||
Description: Add your device dependent 2-factor like FaceID, Windows Hello or Fingerprint by providing a name (e.g MyPhone, MacBook) and then clicking on the 'Register 2-factor' button below.
|
||||
TokenNameLabel: Name of the 2-factor / device
|
||||
Title: Add security key
|
||||
Description: A security key is a verification method that can be built into your phone, use Bluetooth, or plug directly into your computer's USB port.
|
||||
TokenNameLabel: Name of the security key / device
|
||||
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
||||
RegisterTokenButtonText: Register 2-factor
|
||||
RegisterTokenButtonText: Add security key
|
||||
ErrorRetry: Retry, create a new challenge or choose a different method.
|
||||
|
||||
InitMFADone:
|
||||
Title: 2-Factor Setup done
|
||||
Description: Awesome! You just successfully set up your 2-factor and made your account way more secure. The multifactor has to be entered on each login.
|
||||
Title: Security key verified
|
||||
Description: Awesome! You just successfully set up your 2-factor and made your account way more secure. The Factor has to be entered on each login.
|
||||
NextButtonText: next
|
||||
CancelButtonText: cancel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user