mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
fix: console for neweventstore (#1457)
* some issues * passwordless, mfa * mfa, project fixes, login policy * user table, auth service, interceptor * keys, machine edit, grants, passwordless * remove asdf
This commit is contained in:
@@ -724,6 +724,7 @@
|
||||
"USERNAME": "Benutzername",
|
||||
"FIRSTNAME": "Vorname",
|
||||
"LASTNAME": "Nachname",
|
||||
"LOGINNAME":"Loginname",
|
||||
"EMAIL": "E-Mail",
|
||||
"ROLES": "Rollen",
|
||||
"USERID": "Benutzer-ID"
|
||||
@@ -857,7 +858,7 @@
|
||||
"DESCRIPTION":"Geben Sie die korrekte OIDC Konfiguration Ihres Identity Providers an!"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"OWNERTYPES": {
|
||||
"0":"unknown",
|
||||
"1":"System",
|
||||
"2":"Organisation"
|
||||
|
@@ -722,6 +722,7 @@
|
||||
"USERNAME": "User Name",
|
||||
"FIRSTNAME": "First Name",
|
||||
"LASTNAME": "Last Name",
|
||||
"LOGINNAME":"Loginname",
|
||||
"EMAIL": "E-mail",
|
||||
"ROLES": "Roles",
|
||||
"USERID":"User ID"
|
||||
@@ -855,7 +856,7 @@
|
||||
"DESCRIPTION":"Provide the correct OIDC Configuration for your identity Provider below!"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"OWNERTYPES": {
|
||||
"0":"unknown",
|
||||
"1":"System",
|
||||
"2":"Organisation"
|
||||
|
Reference in New Issue
Block a user