mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +00:00
fix: miss-leading labels in the console (#8972)
# Which Problems Are Solved On the login settings we do have the settings "Force MFA" and "Force MFA for local authenticated users" this gives the impression, that i can enable both and then all users should be forced to use an mfa. But when both settings are enabled, only local users are forced to add mfa. # How the Problems Are Solved The label was wrong, the second one should be "Force MFA for local authneticated users only", I changed both labels to make it easier to understand.
This commit is contained in:
@@ -1724,7 +1724,8 @@
|
||||
"ALLOWUSERNAMEPASSWORD_DESC": "O login convencional com nome de usuário e senha é permitido.",
|
||||
"ALLOWEXTERNALIDP_DESC": "O login é permitido para os provedores de identidade subjacentes",
|
||||
"ALLOWREGISTER_DESC": "Se a opção estiver selecionada, uma etapa adicional para registrar um usuário aparecerá no login.",
|
||||
"FORCEMFA": "Forçar MFA",
|
||||
"FORCEMFA": "Forçar MFA para todos os utilizadores",
|
||||
"FORCEMFALOCALONLY": "Forçar MFA apenas para utilizadores autenticados localmente",
|
||||
"HIDEPASSWORDRESET_DESC": "Se a opção estiver selecionada, o usuário não poderá redefinir sua senha no processo de login.",
|
||||
"HIDELOGINNAMESUFFIX": "Ocultar sufixo do nome de login",
|
||||
"HIDELOGINNAMESUFFIX_DESC": "Oculta o sufixo do nome de login na interface de login",
|
||||
|
Reference in New Issue
Block a user