Jump to content
We've recently updated our Privacy Statement, available here ×
  • Modify Login Page Hyperlink Wordings


    sudata
    • Version: v8.0.0 Product: JasperReports® Server

    Issue Description:

    Sometime customer what to change or modify the wordings once the hyperlink (Need help logging in ?) is clicked on Login page.
    Specifically, the wording below:
     
    "Login as: jasperadmin to manage a single organization"
    "joeuser/joeuser to see an end user's view"

    edit_login_page_2.jpg.a78e2c03ffdbc580453eb9b18de31784.jpg

     

    ==================================================================================================================================

    Resolution:

    You will need to edit the file jasperserver_messages which is present under Tomcat9_8webappsjasperserver-proWEB-INFbundles .
    -------------------------
    1) For changing :"jasperadmin to manage a single organization"  once hyperlink is clicked. Search below key-value pair and edit name/value as per your requirement.
    # the following string: (jasperadmin) to manage a single organization

    LOGIN_ADMIN_USER=to manage a single organization

    ------------------------
    2) For changing "joeuser/joeuser to see an end user's view " Search below key-value pair and edit name/value as per your requirement.
    # the following string: (joeuser/joeuser) to see an end user's view

    LOGIN_JOEUSER=to see an end user's view testing2

    ---------------------

    Once this changes are done, Please save the file , Stop the tomcat server,Clear temp and work folder of tomcat and restart the server.(This step is required to get changes reflected).

     
    Hope this helps

    User Feedback

    Recommended Comments

    There are no comments to display.



    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...