mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 11:52:11 +00:00
feat(login): add OTP (email and sms) (#6353)
* feat: login with otp * fix(i18n): japanese translation * add missing files * fix provider change * add event types translations to en * add tests * resourceOwner * remove unused handler * fix: secret generators and add comments * add setup step * rename * linting * fix setup * improve otp handling * fix autocomplete * translations for login and notifications * translations for event types * changes from review * check selected mfa type
This commit is contained in:
@@ -89,6 +89,8 @@ InitMFAPrompt:
|
||||
Description: L'autenticazione a due fattori offre un'ulteriore sicurezza al vostro account utente. Questo garantisce che solo voi possiate accedere al vostro account.
|
||||
Provider0: App Autenticatore (ad esempio Google/Microsoft Authenticator, Authy)
|
||||
Provider1: Dipende dal dispositivo (ad es. FaceID, Windows Hello, impronta digitale)
|
||||
Provider3: OTP SMS
|
||||
Provider4: OTP e-mail
|
||||
NextButtonText: Avanti
|
||||
SkipButtonText: salta
|
||||
|
||||
@@ -101,6 +103,16 @@ InitMFAOTP:
|
||||
NextButtonText: Avanti
|
||||
CancelButtonText: annulla
|
||||
|
||||
InitMFASMS:
|
||||
Title: Verificazione a 2 fattori
|
||||
DescriptionPhone: Crea il tuo 2 fattori. Inserisci il tuo numero di telefono per verificarlo.
|
||||
DescriptionCode: Crea il tuo 2 fattori. Inserisci il codice ricevuto per verificare il tuo numero di telefono.
|
||||
PhoneLabel: Numero di telefono
|
||||
CodeLabel: Codice
|
||||
EditButtonText: Modifica
|
||||
ResendButtonText: Reinvia codice
|
||||
NextButtonText: Avanti
|
||||
|
||||
InitMFAU2F:
|
||||
Title: Aggiungi chiave di sicurezza
|
||||
Description: Una chiave di sicurezza è un metodo di verifica che può essere integrato nel telefono, utilizzare il Bluetooth o collegarlo direttamente alla porta USB del computer.
|
||||
@@ -118,6 +130,8 @@ InitMFADone:
|
||||
MFAProvider:
|
||||
Provider0: App Autenticatore (ad esempio Google/Microsoft Authenticator, Authy)
|
||||
Provider1: Dipende dal dispositivo (ad es. FaceID, Windows Hello, impronta digitale)
|
||||
Provider3: OTP SMS
|
||||
Provider4: OTP e-mail
|
||||
ChooseOther: o scegli un'altra opzione
|
||||
|
||||
VerifyMFAOTP:
|
||||
|
||||
Reference in New Issue
Block a user