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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to add customized text in the login page

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.
Jun 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

Thank you!

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

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.

Much simpler and safer than modifying the Velocity template.

Thank you!

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