summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-23 09:41:35 +0545
committerRenato Botelho <garga@FreeBSD.org>2014-12-23 10:49:28 -0200
commit283dd1d7efc46dc5ae4533ec962d21302f3d3a86 (patch)
tree817dd0b4597832795fd4707f39e73cec654ef36e
parent0bc7947e87481e72a52e0ba609205b5f12ddf5cb (diff)
downloadpfsense-283dd1d7efc46dc5ae4533ec962d21302f3d3a86.zip
pfsense-283dd1d7efc46dc5ae4533ec962d21302f3d3a86.tar.gz
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.
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 43bc1c7..4314dee 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -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>
OpenPOWER on IntegriCloud