After logging out of JIRA we can see the Log in again link. How can we remove this link?

ab185178 July 24, 2011

After logging out of JIRA we can see the Log in again link. How can we remove this link?

1 answer

1 accepted

2 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 24, 2011

You can edit atlassian-jira/logout.jsp and remove the section:

    <p>
<ww:text name="'logout.desc.line2'">
<ww:param name="'value0'"><a href="<%= request.getContextPath() %>/login.jsp"></ww:param>
<ww:param name="'value1'"></a></ww:param>
</ww:text>
</p>

Suggest an answer

Log in or Sign up to answer