From f9ccf32af46dea4dff74ec97fb45a08ebb07478d Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 25 Feb 2025 17:22:44 -0800 Subject: [PATCH 1/2] Replace Form::checkbox on ldap settings page --- resources/views/settings/ldap.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/settings/ldap.blade.php b/resources/views/settings/ldap.blade.php index 218c52d720..24f4fd79ef 100644 --- a/resources/views/settings/ldap.blade.php +++ b/resources/views/settings/ldap.blade.php @@ -75,7 +75,7 @@
@@ -96,7 +96,7 @@
@error('is_ad') @@ -122,7 +122,7 @@
@@ -255,7 +255,7 @@
@error('ldap_tls') @@ -281,7 +281,7 @@
@error('ldap_server_cert_ignore') From e01226a1743243c457df4bf106e0dc9764aeee75 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 25 Feb 2025 17:31:05 -0800 Subject: [PATCH 2/2] Replace Form::checkbox on saml settings page --- resources/views/settings/saml.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/settings/saml.blade.php b/resources/views/settings/saml.blade.php index 02321054aa..63625e5749 100644 --- a/resources/views/settings/saml.blade.php +++ b/resources/views/settings/saml.blade.php @@ -52,7 +52,7 @@
@@ -146,7 +146,7 @@

{{ trans('admin/settings/general.saml_forcelogin_help') }}

@@ -162,7 +162,7 @@

{{ trans('admin/settings/general.saml_slo_help') }}