How to hide the "Forgot Password" Link in Confluence

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このガイドは参考情報として提供され、アトラシアンのサポート対象ではありません。このページの内容について質問がある場合、アトラシアン コミュニティでお問い合わせください。 


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

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.