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:
- Navigate to: Confluence Admin > Look and Feel > Stylesheet
Click Edit and add the following:
#forgot-password { display:none; }
Click Save
After you save, you will see the following in the "Log in" screen:
For more information and details, please see How to Hide Elements in Confluence Using CSS or JavaScript.