GraseHotspot / grase-www-portal

Grase WWW Portal (Main Package)
51 stars 20 forks source link

Hide Admin Link from logging page #158

Open John-Louis opened 8 years ago

John-Louis commented 8 years ago

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

josealgardataborges commented 7 years ago

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 ;)