It can be easy fixed by removing the checked in the following file.

      .../servicedesk/customer/feature/login/loginform/cv-login-form.soy
          <div class="buttons-container">
              <div class="buttons">
                  <input class="aui-button {if $login.googleApps.enabled == false}aui-button-primary{/if} aui-style" type="submit" value="{getText('cv.login.submit.label')}" id="js-login-submit">
                  <span class="cv-status js-status"></span>
              </div>
              <input type="checkbox" class="checkbox remember-login" id="form-remember-login" name="os_cookie" checked="">
              <label for="form-remember-login">{getText('cv.login.remember.me')}</label>
          </div>
      

            [JSDSERVER-331] Remove that "keep me logged in" is enabled by default

            Robert Streeter added a comment - - edited

            Updated 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 - - edited Updated 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.
            Owen made changes -
            Workflow Original: JSD Bug Workflow v5 - TEMP [ 2304168 ] New: JAC Bug Workflow v3 [ 3126036 ]
            Status Original: Done [ 10044 ] New: Closed [ 6 ]
            Tim Eddelbüttel made changes -
            Link New: This issue depended on by JSDSERVER-1735 [ JSDSERVER-1735 ]
            Katherine Yabut made changes -
            Workflow Original: JSD Bug Workflow v5 [ 2058137 ] New: JSD Bug Workflow v5 - TEMP [ 2304168 ]
            Katherine Yabut made changes -
            Workflow Original: JSD Bug Workflow v5 - TEMP [ 2055667 ] New: JSD Bug Workflow v5 [ 2058137 ]
            Katherine Yabut made changes -
            Workflow Original: JSD Bug Workflow v5 [ 1955735 ] New: JSD Bug Workflow v5 - TEMP [ 2055667 ]
            Katherine Yabut made changes -
            Workflow Original: JSD Bug Workflow v4 [ 1615649 ] New: JSD Bug Workflow v5 [ 1955735 ]
            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: mfd no-cvss-required New: affects-server mfd no-cvss-required
            Katherine Yabut made changes -
            Workflow Original: JSD Bug Workflow v2 [ 1602785 ] New: JSD Bug Workflow v4 [ 1615649 ]
            Owen made changes -
            Workflow Original: JSD Bug Workflow [ 1398240 ] New: JSD Bug Workflow v2 [ 1602785 ]

              cnguyen Chuong Nam Nguyen (Inactive)
              4e81381d415c Tim Eddelbüttel
              Affected customers:
              0 This affects my team
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: