feat(console): add idp auto-register option to detail and create page (#2344)

* idp detail auto register option, idp create

* fix idp displaynamemapping, i18n

* rm log

* rm log
This commit is contained in:
Max Peintner
2021-09-14 09:44:37 +02:00
committed by GitHub
parent 0300871767
commit 04f79d2e86
10 changed files with 106 additions and 43 deletions

View File

@@ -1167,6 +1167,8 @@
"0": "kein Styling",
"1": "Google"
},
"AUTOREGISTER":"Automatische Registrierung",
"AUTOREGISTER_DESC":"Wenn aktiviert und noch kein Account vorhanden ist, wird einer für den entsprechenden Benutzer erstellt.",
"TYPE": "Typ",
"ID": "ID",
"NAME": "Name",

View File

@@ -1169,6 +1169,8 @@
"0": "No Styling",
"1": "Google"
},
"AUTOREGISTER":"Auto Register",
"AUTOREGISTER_DESC":"If selected and no account exists yet, one will be created.",
"TYPE": "Type",
"ID": "ID",
"NAME": "Name",