How do I remove Crowd version and build information from the footer

お困りですか?

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

コミュニティに質問

'Powered by Atlassian'

Under Atlassian's customer terms, Atlassian customers may not remove proprietary Atlassian attributions or notices that are present in the Products. This may include text like "Powered by Atlassian" in a footer.

プラットフォームについて: Server および Data Center のみ。この記事は、Server および 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 は除く

目的

You may wish to remove Crowd version and build number from the footer of Crowd logon and other pages to prevent that information from being visible to your end-users or to avoid potential vulnerabilities or limitations from being exposed. 

ソリューション

To remove version information from the login page

  1. Open the <crowd-installation-directory>/crowd-webapp/console/decorator/wrm.jsp file with a text editor
  2. Uncomment the following line at the bottom of the file 

    From this:
    <input id="crowd-version" type="hidden" value="<ww:text name="common.words.version"/>:&nbsp;<ww:property value="@com.atlassian.crowd.util.build.BuildUtils@getVersion()"/>">
    To this
    <!--<input id="crowd-version" type="hidden" value="<ww:text name="common.words.version"/>:&nbsp;<ww:property value="@com.atlassian.crowd.util.build.BuildUtils@getVersion()"/>">-->
  3. Save the file

To remove version information from the other pages

  1. Open the <crowd-installation-directory>/crowd-webapp/console/decorator/default.jsp file with a text editor
  2. Uncomment the following line at the bottom of the file 

    From this:
    <ww:text name="common.words.version"/>:&nbsp;<ww:property value="@com.atlassian.crowd.util.build.BuildUtils@getVersion()"/>
    To this
    <!--<ww:text name="common.words.version"/>:&nbsp;<ww:property value="@com.atlassian.crowd.util.build.BuildUtils@getVersion()"/>-->
  3. Save the file

(info) You may need to clear your browser cache if refreshing the page does not help. Alternatively, you may try Clearing the Crowd Plugin Caches.


説明 How to remove version information from the application footer
製品Crowd

最終更新日 2024 年 4 月 1 日

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

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