mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27:33 +00:00
feat: custom message text (#1801)
* feat: default custom message text * feat: org custom message text * feat: org custom message text * feat: custom messages query side * feat: default messages * feat: message text user fields * feat: check for inactive user * feat: fix send password reset * feat: fix custom org text * feat: add variables to docs * feat: custom text tests * feat: fix notifications * feat: add custom text feature * feat: add custom text feature * feat: feature in custom message texts * feat: add custom text feature in frontend * feat: merge main * feat: feature tests * feat: change phone message in setup * fix: remove unused code, add event translation * fix: merge main and fix problems * fix: english translation file * fix: migration versions * fix: setup * feat: fix pr requests * feat: fix phone code message * feat: migration * feat: setup * fix: remove unused tests Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -162,11 +162,11 @@ Errors:
|
||||
NotChanged: Default Mail Template has not been changed
|
||||
AlreadyExists: Default Mail Template already exists
|
||||
Invalid: Default Mail Template is invalid
|
||||
MailText:
|
||||
NotFound: Default Mail Text not found
|
||||
NotChanged: Default Mail Text has not been changed
|
||||
AlreadyExists: Default Mail Text already exists
|
||||
Invalid: Default Mail Text is invalid
|
||||
CustomMessageText:
|
||||
NotFound: Default Message Text not found
|
||||
NotChanged: Default Message Text has not been changed
|
||||
AlreadyExists: Default Message Text already exists
|
||||
Invalid: Default Message Text is invalid
|
||||
PasswordComplexity:
|
||||
NotFound: Password Complexity Policy not found
|
||||
Empty: Password Complexity Policy is empty
|
||||
@@ -276,11 +276,11 @@ Errors:
|
||||
NotChanged: Default Mail Template has not been changed
|
||||
AlreadyExists: Default Mail Template already exists
|
||||
Invalid: Default Mail Template is invalid
|
||||
MailText:
|
||||
NotFound: Default Mail Text not found
|
||||
NotChanged: Default Mail Text has not been changed
|
||||
AlreadyExists: Default Mail Text already exists
|
||||
Invalid: Default Mail Text is invalid
|
||||
CustomMessageText:
|
||||
NotFound: Default Message Text not found
|
||||
NotChanged: Default Message Text has not been changed
|
||||
AlreadyExists: Default Message Text already exists
|
||||
Invalid: Default Message Text is invalid
|
||||
PasswordComplexityPolicy:
|
||||
NotFound: Default Private Label Policy not found
|
||||
NotExisting: Default Password Complexity Policy not existing
|
||||
@@ -351,6 +351,10 @@ Errors:
|
||||
AlreadyExists: Step done already exists
|
||||
Features:
|
||||
NotChanged: Feature hat nicht geändert
|
||||
CustomText:
|
||||
AlreadyExists: Custom text already exists
|
||||
Invalid: Custom text invalid
|
||||
NotFound: Custom text not found
|
||||
EventTypes:
|
||||
user:
|
||||
added: User added
|
||||
|
Reference in New Issue
Block a user