Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Hide Admin Link from logging page #158

Open
John-Louis opened this issue Jun 14, 2016 · 1 comment
Open

Hide Admin Link from logging page #158

John-Louis opened this issue Jun 14, 2016 · 1 comment

Comments

@John-Louis
Copy link

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

@josealgardataborges
Copy link

josealgardataborges commented Mar 6, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants