mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reboot not required for password protect console menu
On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.
This commit is contained in:
parent
6422c6f14d
commit
f244dca85a
@ -599,8 +599,6 @@ function prot_change() {
|
||||
<td width="78%" class="vtable">
|
||||
<input name="disableconsolemenu" type="checkbox" id="disableconsolemenu" value="yes" <?php if ($pconfig['disableconsolemenu']) echo "checked=\"checked\""; ?> />
|
||||
<strong><?=gettext("Password protect the console menu"); ?></strong>
|
||||
<br />
|
||||
<span class="vexpl"><?=gettext("Changes to this option will take effect after a reboot."); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user