[SOLVED] How to Hide Help Menu from WebGUI

Started by faisalusuf, April 28, 2016, 10:51:23 AM

Previous topic - Next topic
April 28, 2016, 10:51:23 AM Last Edit: April 30, 2016, 08:47:03 AM by faisalusuf
Hello,
Is this possible to hide help menu from WebGUI for certain admin users or hide it for all users?


Thanks
Faisal

Hi Faisal,

The help menu has no ACL and we have no intention of hiding it.

However, it's possible to do this from your installation for all users.

# mkdir -p /usr/local/opnsense/mvc/app/models/MyStuff/NoHelp/Menu
# echo '<menu><Help visibility="delete"/></menu>' > /usr/local/opnsense/mvc/app/models/MyStuff/NoHelp/Menu/Menu.xml

(This change is persistent through firmware upgrades.)


Cheers,
Franco