Actions
Bug #3581
closedCreate Option to either password protech just 1 option or remove it from the console.
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/07/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
We have had issue with instead of rebooting they will hit option 4) Reset to factory default. That option need to be block so it can't be hit by accident. But requiring a password to access the console in generally doesn't work as the site sometimes need the options to reboot.
Thanks
Robert
Updated by Doktor Notor over 10 years ago
And then you also accidentally pressed Y?
echo <<<EOD You are about to reset the firewall to factory defaults. The firewall will reboot after resetting the configuration. Do you want to proceed [y|n]? EOD; if (strcasecmp(chop(fgets($fp)), "y") == 0) { reset_factory_defaults(); echo <<<EOD
Sounds like you just need to watch what you are doing.
Updated by Chris Buechler over 10 years ago
- Status changed from New to Rejected
Password protecting the console doesn't disable ctrl-alt-del to reboot.
Actions