Confluence 4.1 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Code Changes Required
This configuration requires changing the Confluence code in your installation. You will need to reapply these changes whenever you upgrade Confluence. Proceed with caution.
The Confluence Administration Console does not provide an option for disabling the 'Remember Me' feature. If you like, you can vote for and comment on the request to provide this ability: CONF-10383.
As a workaround, you can modify the Velocity file login.vm as described below. This modification simply removes the 'Remember Me' checkbox from the web page.
The steps required are as follows:
- Confluence を停止します。
- Go to your Confluence installation directory.
- Locate the
<CONFLUENCE-INSTALLATION>/confluence/login.vmfile and make a backup copy. - Edit the file.
- Locate the following line of code:
Comment out the line so that it looks like this (note the extra '#' character in front):
#bodytag( "Component" "label='remember.accesskey'" "name='os_cookie'" "value='false'" "theme='aui'" "template='onofflist.vm'" "tabindex='4'") #end
##bodytag( "Component" "label='remember.accesskey'" "name='os_cookie'" "value='false'" "theme='aui'" "template='onofflist.vm'" "tabindex='4'") #end
- Locate another, similar line of code:
Comment out the line so that it looks like this:
#bodytag( "Component" "label='remember.accesskey'" "name='os_cookie'" "value='false'" "theme='aui'" "template='onofflist.vm'") #end
##bodytag( "Component" "label='remember.accesskey'" "name='os_cookie'" "value='false'" "theme='aui'" "template='onofflist.vm'") #end
- ファイルを保存して Confluence を再起動します。
- Repeat the above steps each time you install a new version of Confluence.
概要
コンテンツ ツール
アプリ
