Knowledgebase article 138

How do I remove the search knowledgebase or "New User? Register here" link from the Login page?


While there isn't a way to remove these links within the application itself, the login page can be modified.

It is important to note that the "New User? Register Here" will not be listed if you are currently LDAP integrated. The Search Knowledgebase and Register Links can be removed by editing the login.jsp file. This file is located in your tomcat/webapps/ehelpdesk/WEB-INF/jsp/login.jsp

 

You will need to use an HTML comment <!      > to comment out the lines  that are the links. An example is attached. Note the following lines are commented out:

 

Line 125 - <!a href="<c:url value="/kb/kbSearch.glml"/>"

Line 127 - <!spring:message code="kb.knowledgeBaseSearch"/>

Line 133 - <!a href="<c:url value="/register.aglml"/>"

 

To reflect any changes you make, you will need to stop tomcat, clear the contents of the tomcat/work directory and then restart tomcat. You may also need to clear your browser's cache.

The resulting login page will have no links for a Knowledgebase or New user registration.

 

Group eHD Standard Support Last modified Nov 13, 2019 Type Public Viewed 2715