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
Great help thanks alot Franco.