Forums >
Feature Requests
> key to show or hide LoginPage Setup on adminMenu
key to show or hide LoginPage Setup on adminMenu
key to show or hide LoginPage Setup on adminMenu
Hi,
It´s possible to create a key to show or hide LoginPage Setup on adminMenu.aspx like other options?
thanks
|
Re: key to show or hide LoginPage Setup on adminMenu
I could add a config setting to allow removing that in the next release.
In the menatime you could hide the link from CSS
a.lnkLoginInfo { display:none; }
|