How to hide the "Forgot Password" Link in Confluence

Still need help?

The Atlassian Community is here for you.

Ask the community

This guide is for informational purposes and is not eligible for support from Atlassian.  If you have any questions about the information on this page, please reach out to our community at Atlassian Answers for help. 


By default Confluence shows "Forget Your Password?"  in the Confluence login screen:


You can hide it with following steps:

  1. Navigate to: Confluence Admin > Look and Feel > Stylesheet
  2. Click Edit and add the following:

    #forgot-password {
        display:none;
    }
  3. Click Save

  4. After you save, you will see the following in the "Log in" screen:

(info) For more information and details, please see How to Hide Elements in Confluence Using CSS or JavaScript.

(info) For other products please see JiraBitbucket, and Bamboo.

Last modified on Mar 10, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.