Remove "Can't access your account?" link from login page

Jason Freeman July 18, 2018

We use Active Directory/LDAP for our user logins. So, the "Can't access your account?" link on the login page is confusing to my users because they cannot actually use this link to reset their password.

Is there a way to remove this link from the login page?

1 answer

0 votes
Radek Dostál
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 18, 2018

You can customize how your Jira looks with custom javascript or .css files, and this sounds doable in similar fashion.

(Probably by adding "visibility: hidden" to the element via .css)

 

A somewhat common approach to this is to have your file(s) saved on the file system and then loading them from the announcement banner.

 

There are a few more replies in this older thread describing the how in more detail.

 

However, I have not seen this particular use case so I would recommend checking that the element's id is not used in some other forms. Looks pretty unique to me though.

Suggest an answer

Log in or Sign up to answer