mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 11:40:16 +00:00
feat: Use V2 API's in Console (#9312)
# Which Problems Are Solved Solves #8976 # Additional Changes I have done some intensive refactorings and we are using the new @zitadel/client package for GRPC access. # Additional Context - Closes #8976 --------- Co-authored-by: Max Peintner <peintnerm@gmail.com>
This commit is contained in:
@@ -809,6 +809,9 @@
|
||||
"EMAIL": "E-mail",
|
||||
"PHONE": "Phone number",
|
||||
"PHONE_HINT": "Use the + symbol followed by the calling country code, or select the country from the dropdown and finally enter the phone number",
|
||||
"PHONE_VERIFIED": "Phone Number Verified",
|
||||
"SEND_SMS": "Send Verification SMS",
|
||||
"SEND_EMAIL": "Send E-Mail",
|
||||
"USERNAME": "User Name",
|
||||
"CHANGEUSERNAME": "modify",
|
||||
"CHANGEUSERNAME_TITLE": "Change username",
|
||||
@@ -949,6 +952,14 @@
|
||||
"5": "Suspended",
|
||||
"6": "Initial"
|
||||
},
|
||||
"STATEV2": {
|
||||
"0": "Unknown",
|
||||
"1": "Active",
|
||||
"2": "Inactive",
|
||||
"3": "Deleted",
|
||||
"4": "Locked",
|
||||
"5": "Initial"
|
||||
},
|
||||
"SEARCH": {
|
||||
"ADDITIONAL": "Loginname (current organization)",
|
||||
"ADDITIONAL-EXTERNAL": "Loginname (external organization)"
|
||||
@@ -1486,7 +1497,9 @@
|
||||
"ENABLED": "\"Enabled\" is inherited",
|
||||
"DISABLED": "\"Disabled\" is inherited"
|
||||
},
|
||||
"RESET": "Set all to inherit"
|
||||
"RESET": "Set all to inherit",
|
||||
"CONSOLEUSEV2USERAPI": "Use V2 Api in Console for User creation",
|
||||
"CONSOLEUSEV2USERAPI_DESCRIPTION": "When this flag is enabled, the console uses the V2 User API to create new users. With the V2 API, newly created users start without an initial state."
|
||||
},
|
||||
"DIALOG": {
|
||||
"RESET": {
|
||||
|
Reference in New Issue
Block a user