From 8f568c8699f3ae5103614cc65172e4dc0df64498 Mon Sep 17 00:00:00 2001 From: baron_l Date: Fri, 8 Feb 2019 16:07:16 +0100 Subject: [PATCH] style(oauth): oauth loading + oauth config rework --- .../oauth-settings/oauth-settings.html | 79 ++++++++++--------- app/portainer/views/auth/auth.html | 4 +- 2 files changed, 42 insertions(+), 41 deletions(-) diff --git a/app/extensions/oauth/components/oauth-settings/oauth-settings.html b/app/extensions/oauth/components/oauth-settings/oauth-settings.html index 1a51eac59..dc13135f1 100644 --- a/app/extensions/oauth/components/oauth-settings/oauth-settings.html +++ b/app/extensions/oauth/components/oauth-settings/oauth-settings.html @@ -1,5 +1,45 @@
+
+ Automatic user provisioning +
+
+ + With automatic user provisioning enabled, Portainer will create user(s) automatically with standard user role. If + disabled, users must be created in Portainer in order to login. + +
+
+
+ + +
+
+ +
+
+ + The users created by the automatic provisioning feature can be added to a default team on creation. This setting is optional. + +
+
+ + + You have not yet created any team. Head over the teams view to manage user teams. + + +
+ +
+
+
+
OAuth Configuration
@@ -148,43 +188,4 @@ />
- -
- Automatic user provisioning -
-
- - With automatic user provisioning enabled, Portainer will create user(s) automatically with standard user role. If - disabled, users must be created in Portainer in order to login. - -
-
-
- - -
-
- -
-
- - The users created by the automatic provisioning feature can be added to a default team on creation. This setting is optional. - -
-
- -
- -
-
- -
-
-
diff --git a/app/portainer/views/auth/auth.html b/app/portainer/views/auth/auth.html index 9c0ecfc2e..8787121ba 100644 --- a/app/portainer/views/auth/auth.html +++ b/app/portainer/views/auth/auth.html @@ -51,8 +51,8 @@
-
- Connecting with OAuth +
+ Connecting with OAuth