How to change default login page

Jan Veselý November 26, 2012

Hi,

is it possible to use http://../login.jsp as a default login page instead of the http://...../secure/Dashboard.jspa?

Regards

Jan

5 answers

1 accepted

0 votes
Answer accepted
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 11, 2012

Hi Jan

Good Day ! Currently, I am afraid it is not possible to set the login.jsp as the default main page in JIRA.

Unless the user click on the top right "Log In" link then only JIRA will direct user to the http://yourbaseurl/login.jsp

I guess it will required some customization to be done on it in order to set the login.jsp as the default main page.

Cheers

Thanks & Regards

Daryl Chuah

Jan Veselý December 11, 2012

Hi Daryl,

ok, thanks.

Best regards

Jan

3 votes
Yilin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 1, 2013

Add the following JS script in the Announcement Banner:

<script>
if(jQuery('#header-details-user-fullname').text().indexOf(" ") ==-1 && window.location.href.indexOf("/secure/Dashboard.jspa") != -1)
{ window.location = contextPath+"/login.jsp" }
 
</script>

Greg Wenden March 9, 2014

This worked for me, thanks.

0 votes
Jan Veselý December 11, 2012

I assume the only way of how to customize the login page is a code modification...other ideas anyone?

Thanks

Jan

0 votes
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 26, 2012

Hi Jan,

I believe this documentation is exactly what you are looking for: https://confluence.atlassian.com/display/DOC/Configuring+the+Site+Home+Page

Please let me know if this was helpful.

Cheers,

Peter

0 votes
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 26, 2012

Sorry, I am too obsessed with Confluence to notice that this question was tagged in JIRA. The documentation for that can be found here: https://confluence.atlassian.com/display/JIRA051/Changing+your+JIRA+Home+Page

Jan Veselý November 27, 2012

Hi Peter,

what I need to change is a default login page, i.e. the page with a login dialogue (whereas the documentation describes the home page setting).

Thanks anyway

Cheers

Jan

Suggest an answer

Log in or Sign up to answer