I need the "Can't access your account?" to point to another location

Jasen Sparacino April 15, 2014
The link needs to point to a web page of something that we wrote for people to reset their passwords. We don't use the jira internal directory and the delegated directory is gone as well. The active directory is the one stop shop for auth and group membership. We do not expose our JIRA to the outside world, external people that work for us access jira through site-to-site or VPN. We had to write this to give them the ability to rest their domain passwords without ever having to be on the domain. The link that I have circled need to point to another address.

1 answer

1 accepted

2 votes
Answer accepted
OsmanA
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.
April 15, 2014

Hi,

You could modify the href value in the following soy file:

<jira-install>/webapp/WEB-INF/classes/atlassian-bundled-plugins.zip/jira-gadgets-plugin-x.jar/gadgets/login-gadget.soy.

The alternative is to use a redirect using your http server which captures the url and redirects it to where you want it to go. I.e. for Apache:

http://httpd.apache.org/docs/current/rewrite/remapping.html

Hope that helps.

Jasen Sparacino April 19, 2014
Is the file modification for JIRA.5.2.6?

Suggest an answer

Log in or Sign up to answer