mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:48:14 +00:00
feat: create human user v2 page (#9506)
# Which Problems Are Solved Allows users to be created using the V2 User API # How the Problems Are Solved I added a seperate V2 create user page with the new code using the new apis. # Additional Changes I did some refactorings arround our interceptors as they used an obselete syntax. The password complexity form takes the Buf definitions. # Additional Context - Closes #9430 --------- Co-authored-by: Max Peintner <peintnerm@gmail.com>
This commit is contained in:
@@ -789,7 +789,10 @@
|
||||
"PHONESECTION": "Phone numbers",
|
||||
"PASSWORDSECTION": "Initial Password",
|
||||
"ADDRESSANDPHONESECTION": "Phone number",
|
||||
"INITMAILDESCRIPTION": "If both options are selected, no email for initialization will be sent. If only one of the options is selected, a mail to provide / verify the data will be sent."
|
||||
"INITMAILDESCRIPTION": "If both options are selected, no email for initialization will be sent. If only one of the options is selected, a mail to provide / verify the data will be sent.",
|
||||
"SETUPAUTHENTICATIONLATER": "Setup authentication later for this User.",
|
||||
"INVITATION": "Send an invitation E-Mail for authentication setup and E-Mail verification.",
|
||||
"INITIALPASSWORD": "Set an initial password for the User."
|
||||
},
|
||||
"CODEDIALOG": {
|
||||
"TITLE": "Verify Phone Number",
|
||||
|
Reference in New Issue
Block a user