How to hide the "Forgot Password" Link in Confluence

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud および Data Center - この記事はクラウドと Data Center 両方のプラットフォームに等しく適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

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


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.

最終更新日: 2024 年 12 月 18 日

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

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