Disabling ‘Default’ login buttons

Hello Helical Insight,

We are using Helical Insight 5.0 GIT 830 RC2 build, as this application is exposed to larger audience, we do not want anyone to simply login to the application. Is there a way to remove the Default Admin and Default User buttons from the login screen?

Thanks,
Netta.

Hello Netta,

Yes, you can remove the default login buttons from appearing on screen. However, the default admin and default user’s username and password will still work. You can go to user role management and change the username password also as a precautionary measure as well.

Steps to be followed:

  1. Download the “customize.css” file
  2. Copy the css file into below server path:

…….\hi\apache-tomcat-9\webapps\hi-ee\css
3. Open “loginBody.jsp” from below server path :

…… \hi\apache-tomcat-9\webapps\hi-ee\WEB-INF\jsp\login

Add the below tag :
<link href="${baseURL}/css/customize.css" rel="stylesheet">

At line no 16 and save the file
4. Refresh the Helical Insight application URL, you will see the login page without default login buttons

image

Thank You,
Helical Insight.