diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 22426e24..42f87817 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -460,7 +460,7 @@ $searchPasswordInput = new htmlResponsiveInputField(_("Bind password"), 'loginSe $searchPasswordInput->setIsPassword(true); $row->add($searchPasswordInput, 12); // HTTP authentication -$row->add(new htmlResponsiveInputCheckbox('httpAuthentication', ($conf->getHttpAuthentication() == 'true'), _('HTTP authentication'), '223', true), 12); +$row->add(new htmlResponsiveInputCheckbox('httpAuthentication', ($conf->getHttpAuthentication() == 'true'), _('HTTP authentication'), '223'), 12); $row->addVerticalSpacer('1rem'); // 2factor authentication