Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to remove "Need help logging in" from login page?


    Dhiraj Pahlani
    • Features: User Interface Product: JasperReports® Server

    Requirement:

    To remove "Need help logging in" from login page.


    Solution:

    To remove "Need help logging in" from login page, please follow below steps:

    1. Open the login.jsp file (<jasperserver-pro>/WEB-INF/jsp/templates) in an editor.

    2. Search for the ID "needHelp", and add class="hidden" to its h2 tag, like:

      <h2 class="hidden"><a id="needHelp"><spring:message code='LOGIN_NEED_HELP_LINK'/></a></h2>
      
    3. Save the file, and restart the server for the changes to reflect.

    User Feedback

    Recommended Comments

    Add the following to overrides_custom.css file should meet the requirement:

     

    #loginPage a#needHelp {display: none;}

     

    We prefer to use stylesheet for web UI customization over the server page modification for easy maintenance and deployment migration and upgrade.  That is the reason JRS puts this overrides_custom.css file in the deployment in the first place. Hope this helps to clarify and explain the situation.

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...