How to disable Admin and User auto-login buttons?

Hello, i wanna disable the Admin and User login buttons in the login screen, and remove then from that page. How can i do that? And is there a location in Helical where i can create a button to another type of user in that same page?

Please refer to this blog to learn about white labeling.

For your specific question, at the below path, there is a file called loginbody.jsp

C:\Program Files\Helical Insight\hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\jsp\login

When you open this file it has got

which is having code related to the default login buttons. The same can be commented out or removed or changed as per the requirement.

Thankyou