diff --git a/powerdnsadmin/templates/admin_setting_authentication.html b/powerdnsadmin/templates/admin_setting_authentication.html index 0509cbb..e0e3a3f 100644 --- a/powerdnsadmin/templates/admin_setting_authentication.html +++ b/powerdnsadmin/templates/admin_setting_authentication.html @@ -1,9 +1,14 @@ {% extends "base.html" %} + {% set active_page = "admin_settings" %} + {% block title %} -Authentication Settings - {{ SITE_NAME }} -{% endblock %} {% block dashboard_stat %} - + + Authentication Settings - {{ SITE_NAME }} + +{% endblock %} + +{% block dashboard_stat %}
@@ -19,45 +24,28 @@ -
- {% endblock %} + {% block content %}
+
-
-
-
-

Authentication Settings

+
+
+
+

Authentication Settings

-
+
{% if result %}
{{ result['msg'] }}
{% endif %} -
-
+
{% if error %}
@@ -249,7 +237,7 @@
-
+
Help
Enable LDAP Authentication
@@ -343,7 +331,7 @@
-
+
@@ -392,7 +380,7 @@
-
+
Help

Fill in all the fields in the left form.

Make sure you add PDA redirection URI (e.g http://localhost:9191/google/authorized) to your Google App Credentials Restriction.

@@ -401,7 +389,7 @@
-
+
@@ -450,7 +438,7 @@
-
+
Help

Fill in all the fields in the left form.

@@ -458,7 +446,7 @@
-
+
@@ -572,7 +560,7 @@
-
+
Help

Fill in all the fields in the left form.

You first need to define an Application Registration in your Azure Active Directory, with the appropriate HTTPS URL for this endpoint, and with the appropriate rights, as explained in the documentation.

@@ -594,7 +582,7 @@
-
+
@@ -681,7 +669,7 @@
-
+
Help

Fill in all the fields in the left form.

@@ -693,14 +681,31 @@
+
{% endblock %} + {% block extrascripts %} {% assets "js_validation" -%} {%- endassets %}