mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 23:47:40 +00:00
feat: add notification policy and password change message (#5065)
Implementation of new notification policy with functionality to send email when a password is changed
This commit is contained in:
@@ -884,7 +884,7 @@
|
||||
"LOGIN": "Comportamento login e sicurezza",
|
||||
"LOCKOUT": "Meccanismi di bloccaggio",
|
||||
"COMPLEXITY": "Complessità della password",
|
||||
"NOTIFICATIONS": "Notifiche",
|
||||
"NOTIFICATIONS": "Impostazioni di notifica",
|
||||
"NOTIFICATIONS_DESC": "Impostazioni SMTP e SMS",
|
||||
"MESSAGETEXTS": "Testi di notifica",
|
||||
"IDP": "Identity Providers",
|
||||
@@ -1008,6 +1008,11 @@
|
||||
"NUMBERERROR": "Deve includere una cifra.",
|
||||
"PATTERNERROR": "La password non corrisponde al modello richiesto."
|
||||
},
|
||||
"NOTIFICATION": {
|
||||
"TITLE": "Notifiche",
|
||||
"DESCRIPTION": "Determina su quali modifiche verranno inviate le notifiche",
|
||||
"PASSWORDCHANGE": "Cambiamento della password"
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "Branding",
|
||||
"DESCRIPTION": "Dai al login il tuo stile personalizzato e modifica il suo comportamento.",
|
||||
@@ -1147,7 +1152,8 @@
|
||||
"VP": "Verificazione del telefono",
|
||||
"PR": "Ripristino della password",
|
||||
"DC": "Rivendicazione del dominio",
|
||||
"PL": "Autenticazione Passwordless"
|
||||
"PL": "Autenticazione Passwordless",
|
||||
"PC": "Cambiamento della password"
|
||||
},
|
||||
"CHIPS": {
|
||||
"firstname": "Nome",
|
||||
|
Reference in New Issue
Block a user