We would like to remove the ip request link from the login page and have it available as a link from the dashboard page. Only authenticated users can submit ip requests.
I think it would be great to make it available from the dashboard page and have also an option to disable it from the login page.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Found where to disable the ip request link on the login page (admin - IPAM settings)
We modified the sections.php with:
I think it would be great to make it available from the dashboard page and have also an option to disable it from the login page.
Found where to disable the ip request link on the login page (admin - IPAM settings)
We modified the sections.php with:
Then modified login/index.php with:
if($_REQUEST['page'] != "request_ip") session_destroy();