• 9
    • 5
    • We collect Jira Service Desk feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding suggestion.

      As an admin it would be nice to be able to disable the "Keep me logged in" option on the Service Desk login screen.

      Either as separate option for JSD or at the very least can it respect the jira.option.allowcookies = false entry I have in the jira-config.properties file.

            [JSDSERVER-3749] Disable remember me option

            Here is a workaround for 6.6.1 running on Windows as a service. The file to change is login.soy in the installed folder (default C:\Atlassian\Bitbucket\6.6.1) under app\static\bitbucket\internal\page\login. Search for showRememberMe and you will eventually find the following:

            {if $showRememberMe}
              {call widget.aui.form.checkbox}
                {param id: '_atl_remember_me' /}
                {param accessKey: 'r' /}
                {param labelContent}{getText('bitbucket.web.login.remember.me.html')}{/param}
                {param checked: true /}
              {/call}
            {/if} 

            Change the {param checked: true /} to {param checked: false /}. The file must be saved as UTF-8 without BOM. Restart Bitbucket. Hope this helps someone.

            Robert Streeter added a comment - Here is a workaround for 6.6.1 running on Windows as a service. The file to change is login.soy in the installed folder (default C:\Atlassian\Bitbucket\6.6.1) under app\static\bitbucket\internal\page\login. Search for showRememberMe and you will eventually find the following: {if $showRememberMe}   {call widget.aui.form.checkbox}     {param id: '_atl_remember_me' /}     {param accessKey: 'r' /}     {param labelContent}{getText('bitbucket.web.login.remember.me.html')}{/param}     {param checked: true  /}   {/call} {/if}  Change the {param checked: true /} to {param checked: false /} . The file must be saved as UTF-8 without BOM. Restart Bitbucket. Hope this helps someone.

            Yes - any update on this?

            Jason Michaud added a comment - Yes - any update on this?

            Any Update on this?

            Sachin Dhamale added a comment - Any Update on this?

              Unassigned Unassigned
              d9d8b2bae4ab Mark Bewley
              Votes:
              23 Vote for this issue
              Watchers:
              14 Start watching this issue

                Created:
                Updated: