mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 18:07:57 +00:00
feat: enable otp email and sms (#6260)
* feat: enable otp email and sms * feat: enable otp factors in login settings * remove tests without value * translate second factors * don't add new factors yet * add comment * add factors to docs * backward compatible settings api * compile tests * add available 2fa types * test: add mapping tests --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -1844,8 +1844,10 @@
|
||||
},
|
||||
"SECONDFACTORTYPES": {
|
||||
"0": "Desconhecido",
|
||||
"1": "Senha de Uso Único (OTP)",
|
||||
"2": "Impressão Digital, Chaves de Segurança, Face ID e outros"
|
||||
"1": "Senha de uso único para o aplicativo autenticador (TOTP)",
|
||||
"2": "Impressão digital, Chaves de Segurança, Face ID e outros",
|
||||
"3": "Senha de uso único para e-mail (Email OTP)",
|
||||
"4": "Senha de uso único para SMS (SMS OTP)"
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
|
Reference in New Issue
Block a user