Bladeren bron

fix account dn not being hidden on auth screen

causefx 7 jaren geleden
bovenliggende
commit
a41df26f8d
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      api/functions/organizr-functions.php

+ 2 - 1
api/functions/organizr-functions.php

@@ -607,8 +607,9 @@ function getSettingsMain()
 			),
 			array(
 				'type' => 'html',
+				'class' => 'ldapAuth switchAuth',
 				'label' => 'Account DN',
-				'html' => '<span id="accountDN">' . $GLOBALS['authBackendHostPrefix'] . 'TestAcct' . $GLOBALS['authBackendHostSuffix'] . '</span>'
+				'html' => '<span id="accountDN" class="ldapAuth switchAuth">' . $GLOBALS['authBackendHostPrefix'] . 'TestAcct' . $GLOBALS['authBackendHostSuffix'] . '</span>'
 			),
 			array(
 				'type' => 'button',