mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +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:
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: Mancano le impostazioni Org IAM
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
AlreadyExists: Impostazioni Org IAM già esistenti
|
||||
NotificationPolicy:
|
||||
NotFound: Impostazioni di notifica non trovate
|
||||
NotChanged: Impostazioni di notifica non è stato cambiato
|
||||
AlreadyExists: Impostazioni di notifica già esistente
|
||||
Project:
|
||||
ProjectIDMissing: ID del progetto mancante
|
||||
AlreadyExists: Il progetto è già stato creato nell'organizzazione
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
AlreadyExists: Impostazioni Org IAM già esistenti
|
||||
NotChanged: Impostazioni Org IAM non sono state cambiate
|
||||
NotificationPolicy:
|
||||
NotFound: Impostazioni di notifica predefinite non trovate
|
||||
NotChanged: Impostazioni di notifica predefinite non è stato cambiato
|
||||
AlreadyExists: Impostazioni di notifica predefinite già esistente
|
||||
Policy:
|
||||
AlreadyExists: Impostazioni già esistenti
|
||||
Label:
|
||||
@@ -725,6 +733,10 @@ EventTypes:
|
||||
added: Informativa sulla privacy e termini e condizioni aggiunti
|
||||
changed: Informativa sulla privacy e termini e condizioni cambiati
|
||||
removed: Informativa sulla privacy e termini e condizioni rimossi
|
||||
notification:
|
||||
added: Impostazione di notifica creata
|
||||
changed: Impostazione di notifica cambiata
|
||||
removed: Impostazione di notifica rimossa
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: azioni salvate
|
||||
|
Reference in New Issue
Block a user