Enable login key code (see #680)

This commit is contained in:
Marcus Hill
2023-06-03 21:04:43 +01:00
parent 39b4bce09e
commit 1175cc4ade
3 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ require_once("inc_all_settings.php");
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" name="config_login_key_required" <?php if ($config_login_key_required == 1) { echo "checked"; } ?> value="1" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Require a login key to protect the technician login page?</label>
<label class="custom-control-label" for="customSwitch1">Require a login key to access the technician login page?</label>
</div>
</div>