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:
Max Peintner
2021-03-24 10:50:15 +01:00
committed by GitHub
parent bacfc3b099
commit 08b066b3a2
25 changed files with 142 additions and 85 deletions

View File

@@ -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"

View File

@@ -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"