After logging out of JIRA we can see the Log in again link. How can we remove this link?
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.