mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 03:47:52 +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:
@@ -1723,8 +1723,8 @@
|
||||
"ALLOWUSERNAMEPASSWORD_DESC": "Autenticazione classica con nome utente e password è permessa.",
|
||||
"ALLOWEXTERNALIDP_DESC": "Il login è permesso per gli IDP sottostanti",
|
||||
"ALLOWREGISTER_DESC": "Se l'opzione è selezionata, nel login apparirà un passo aggiuntivo per la registrazione di un utente.",
|
||||
"FORCEMFA": "Forza MFA",
|
||||
"FORCEMFALOCALONLY": "Forza MFA per gli utenti locali",
|
||||
"FORCEMFA": "Forzare MFA per tutti gli utenti",
|
||||
"FORCEMFALOCALONLY": "Forzare MFA solo per gli utenti autenticati localmente",
|
||||
"FORCEMFALOCALONLY_DESC": "Se l'opzione è selezionata, gli utenti locali autenticati devono configurare un secondo fattore per l'accesso.",
|
||||
"HIDEPASSWORDRESET_DESC": "Se l'opzione è selezionata, l'utente non può resettare la sua password nel interfaccia login.",
|
||||
"HIDELOGINNAMESUFFIX": "Nascondi il suffisso del nome utente",
|
||||
|
Reference in New Issue
Block a user