GraseHotspot / grase-www-portal

Grase WWW Portal (Main Package)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide Admin Link from logging page

John-Louis opened this issue · comments

Need a way to remove or hide admin link from the main user logging page.

You can easily do this, in your https://demo.grasehotspot.org/grase/radmin/loginconfig? page:

a[href="/grase/radmin/"] {
  display:none;
}

in the MAIN CSS textbox, this will HIDE the Admin link in the UAM... Not perfect, but hey, it does what you need ;)