Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to add customized text in the login page

Bogeswari Challa June 11, 2020

Hi Atlassian Support,

 

Could you please suggest how to add customized text in the confluence login page? We need to show the text somewhere within the "Log In" section. Kindly suggest. We are using confluence v7.3.3.

 

Regards,

Bhuvana

2 answers

3 votes
Manisha Kharga _Appfire_
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.
June 11, 2020

Hi @Bogeswari Challa 

Please follow the below steps to add the text.

  1. Shut down your Confluence server.
  2. In the Confluence installation directory, find the file confluence/login.vm file
  3. Make a copy of this file as a backup.
  4. Edit the file with a text editor to make the required changes. I have made the changes here.
    commlog2.jpg
  5. Start Confluence and test your changes. Here you can see that I have added the text "Welcome to TEST INSTANCE".

    commlog1.jpg

Thanks,
Manisha

venkatesh vp September 14, 2023

Thank you!

If we want to have the text below Log in, how we can do it?

2 votes
Martin Cassidy January 25, 2021

You can do this using pure CSS so that you don't need to change any velocity templates.

Something like this for example:

.login-form-container fieldset:before {
font-size:0.9em;
display:inline-block;
content:'Your text here....';
}

 This will add text just below the login title.

David Sumlin November 3, 2021

Much simpler and safer than modifying the Velocity template.

Thank you!

venkatesh vp September 14, 2023

Thank you!

Pls, let me know where this needs to be added. in the .vm file ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events