Skip to content

Jira:Interface:CustomizeLoginMessage

lbonanomi edited this page Feb 4, 2020 · 1 revision

In JiraWebActionSupport.properties:

login.requestaccount = <a href="reset.url">Reset your password here</a>  
common.concepts.forgotpassword =  

In ``:

Comment-out the "ForgotLoginDetails.jspa" block in atlassian-jira/includes/loginform.jsp

<!--
        <% if (showForgotLoginDetails) { %>
                ...
        <% } %>
-->

Clone this wiki locally