JIRA Login page customization

Jan Veselý November 26, 2012

Hi,

we would like to customize JIRA login page. Specifically, we need to perform following changes:

1. Align the "Login" window to the center (now it is aligned to the right)

2. Remove "Dashboard" menu (no menu should be displayed, just a login dialogue)

3. Remove everything from the page footer (Atlassian JIRA (v5.1.7#786-sha1:c37bed1) Report a problem)

4. Add some custom text information for the users if possible

Are there any options to achieve such modifications? Even if it should be via changes in code...(I would appreciate if someone could point us where in the code).

Thanks

Jan

3 answers

1 accepted

2 votes
Answer accepted
KhongMingA
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.
November 28, 2012

Hi Jan,

Perhaps you can look into this page that might probably helps you about the customization.

1. Align the "Login" window to the center (now it is aligned to the right)

4. Add some custom text information for the users if possible

2. Remove "Dashboard" menu (no menu should be displayed, just a login dialogue)

https://confluence.atlassian.com/display/JIRA/Configuring+the+Default+Dashboard

3. Remove everything from the page footer (Atlassian JIRA (v5.1.7#786-sha1:c37bed1) Report a problem)

https://confluence.atlassian.com/display/JIRA/Modifying+the+JIRA+Footer

Thanks
KM

KhongMingA
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.
November 28, 2012

Hi Jan,
If you want to, you can add a text Gadget to the dashboard.

For more details, you can look into this documentation:-

https://confluence.atlassian.com/display/JIRA/Adding+the+Text+Gadget

Cheers
KM

Jan Veselý November 28, 2012

Thanks for your help!

Deleted user November 28, 2016

What if I just want to modify the existing text? I can't find that information anywhere.

0 votes
Rajesh Ramankutty April 4, 2019

hi i am trying to do the same in jira core 7.13.0 version but it is not happening can anyone help me to achive it.

0 votes
jirajester April 4, 2018

i modified text in JiraWebActionSupport.properties in the #login section

ex:

#login
login.welcome.to = Please Log in with your xyz username. ex: smithj
welcome.to.jira = Welcome to {0}!
login.last.login = Last login
login.prev.login = Previous login

then restarted jira

you can put it anywhere in the file that will show. here's another place i tested

alt.text.username = xyzCompany <u>U</u>sername (ex: smithj, do not use email!)

v. 7.5.0

You will need to do this again after an upgrade

Suggest an answer

Log in or Sign up to answer