1
0
Fork 0
Dieser Commit ist enthalten in:
Roland Gruber 2020-06-19 12:42:15 +02:00
Ursprung aed8ce867c
Commit 60199a41b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -460,7 +460,7 @@ $searchPasswordInput = new htmlResponsiveInputField(_("Bind password"), 'loginSe
$searchPasswordInput->setIsPassword(true); $searchPasswordInput->setIsPassword(true);
$row->add($searchPasswordInput, 12); $row->add($searchPasswordInput, 12);
// HTTP authentication // 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'); $row->addVerticalSpacer('1rem');
// 2factor authentication // 2factor authentication