Project

General

Profile

Actions

Bug #3581

closed

Create Option to either password protech just 1 option or remove it from the console.

Added by Robert Middleswarth about 10 years ago. Updated about 10 years ago.

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

Actions #1

Updated by Doktor Notor about 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.

Actions #2

Updated by Chris Buechler about 10 years ago

  • Status changed from New to Rejected

Password protecting the console doesn't disable ctrl-alt-del to reboot.

Actions

Also available in: Atom PDF