mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +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:
@@ -883,7 +883,7 @@
|
||||
"LOGIN": "Loginverhalten und Sicherheit",
|
||||
"LOCKOUT": "Sperrmechanismen",
|
||||
"COMPLEXITY": "Passwordkomplexität",
|
||||
"NOTIFICATIONS": "Benachrichtigungen",
|
||||
"NOTIFICATIONS": "Benachrichtigungseinstellungen",
|
||||
"NOTIFICATIONS_DESC": "SMTP und SMS Einstellungen",
|
||||
"MESSAGETEXTS": "Benachrichtigungstexte",
|
||||
"IDP": "Identity Provider",
|
||||
@@ -1007,6 +1007,11 @@
|
||||
"NUMBERERROR": "Muss eine Ziffer beinhalten.",
|
||||
"PATTERNERROR": "Das Passwort erfüllt nicht die vorgeschriebene Richtlinie."
|
||||
},
|
||||
"NOTIFICATION": {
|
||||
"TITLE": "Notification",
|
||||
"DESCRIPTION": "Legt fest, bei welchen Änderungen Benachrichtigungen gesendet werden",
|
||||
"PASSWORDCHANGE": "Passwordänderung"
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "Branding",
|
||||
"DESCRIPTION": "Verleihen Sie dem Login Ihren benutzerdefinierten Style und passen Sie das Verhalten an.",
|
||||
@@ -1146,7 +1151,8 @@
|
||||
"VP": "Telefonnummerverifikation",
|
||||
"PR": "Passwort Wiederherstellung",
|
||||
"DC": "Domainbeanspruchung",
|
||||
"PL": "Passwortlos"
|
||||
"PL": "Passwortlos",
|
||||
"PC": "Passwordwechsel"
|
||||
},
|
||||
"CHIPS": {
|
||||
"firstname": "Vorname",
|
||||
|
@@ -883,7 +883,7 @@
|
||||
"LOGIN": "Login Behavior and Security",
|
||||
"LOCKOUT": "Lockout",
|
||||
"COMPLEXITY": "Password complexity",
|
||||
"NOTIFICATIONS": "Notification providers and SMTP",
|
||||
"NOTIFICATIONS": "Notification settings",
|
||||
"NOTIFICATIONS_DESC": "SMTP and SMS Settings",
|
||||
"MESSAGETEXTS": "Message Texts",
|
||||
"IDP": "Identity Providers",
|
||||
@@ -1007,6 +1007,11 @@
|
||||
"NUMBERERROR": "Must include a digit.",
|
||||
"PATTERNERROR": "The password does not meet the required pattern."
|
||||
},
|
||||
"NOTIFICATION": {
|
||||
"TITLE": "Notification",
|
||||
"DESCRIPTION": "Determines on which changes, notifications will be sent.",
|
||||
"PASSWORDCHANGE": "Password change"
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "Branding",
|
||||
"DESCRIPTION": "Give the login your personalized style and modify its behavior.",
|
||||
@@ -1146,7 +1151,8 @@
|
||||
"VP": "Verify Phone",
|
||||
"PR": "Password Reset",
|
||||
"DC": "Domain Claim",
|
||||
"PL": "Passwordless"
|
||||
"PL": "Passwordless",
|
||||
"PC": "Password Change"
|
||||
},
|
||||
"CHIPS": {
|
||||
"firstname": "Firstname",
|
||||
|
@@ -883,7 +883,7 @@
|
||||
"LOGIN": "Comportement de connexion et sécurité",
|
||||
"LOCKOUT": "Verrouillage",
|
||||
"COMPLEXITY": "Complexité du mot de passe",
|
||||
"NOTIFICATIONS": "Fournisseurs de notifications et SMTP",
|
||||
"NOTIFICATIONS": "Paramètres de notification",
|
||||
"NOTIFICATIONS_DESC": "Paramètres SMTP et SMS",
|
||||
"MESSAGETEXTS": "Textes des messages",
|
||||
"IDP": "Fournisseurs d'identité",
|
||||
@@ -1007,6 +1007,11 @@
|
||||
"NUMBERERROR": "Doit inclure un chiffre.",
|
||||
"PATTERNERROR": "Le mot de passe ne correspond pas au modèle requis."
|
||||
},
|
||||
"NOTIFICATION": {
|
||||
"TITLE": "Notifications",
|
||||
"DESCRIPTION": "Détermine sur quels changements, les notifications seront envoyées",
|
||||
"PASSWORDCHANGE": "Changement de mot de passe"
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "Image de marque",
|
||||
"DESCRIPTION": "Donnez au login votre style personnalisé et modifiez son comportement.",
|
||||
@@ -1146,7 +1151,8 @@
|
||||
"VP": "Vérifier le téléphone",
|
||||
"PR": "Réinitialisation du mot de passe",
|
||||
"DC": "Réclamation de domaine",
|
||||
"PL": "Sans mot de passe"
|
||||
"PL": "Sans mot de passe",
|
||||
"PC": "Changement de mot de passe"
|
||||
},
|
||||
"CHIPS": {
|
||||
"firstname": "Prénom",
|
||||
|
@@ -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",
|
||||
|
@@ -883,7 +883,7 @@
|
||||
"LOGIN": "登录行为和安全",
|
||||
"LOCKOUT": "安全锁策略",
|
||||
"COMPLEXITY": "密码复杂性",
|
||||
"NOTIFICATIONS": "通知服务商",
|
||||
"NOTIFICATIONS": "通知设置",
|
||||
"NOTIFICATIONS_DESC": "SMTP 和 SMS 设置",
|
||||
"MESSAGETEXTS": "消息文本",
|
||||
"IDP": "身份提供者",
|
||||
@@ -1007,6 +1007,11 @@
|
||||
"NUMBERERROR": "密码必须包含数字。",
|
||||
"PATTERNERROR": "密码不符合要求。"
|
||||
},
|
||||
"NOTIFICATION": {
|
||||
"TITLE": "通知",
|
||||
"DESCRIPTION": "确定将发送哪些更改、通知",
|
||||
"PASSWORDCHANGE": "更改密码"
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
"TITLE": "品牌标识",
|
||||
"DESCRIPTION": "为登录提供您的个性化风格并修改其行为。",
|
||||
@@ -1145,7 +1150,8 @@
|
||||
"VP": "验证手机号码",
|
||||
"PR": "重置密码",
|
||||
"DC": "域名声明",
|
||||
"PL": "无密码身份验证"
|
||||
"PL": "无密码身份验证",
|
||||
"PC": "修改密码"
|
||||
},
|
||||
"CHIPS": {
|
||||
"firstname": "名",
|
||||
|
Reference in New Issue
Block a user