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>
      

          Form Name

            [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.

            Tim Eddelbüttel added a comment - - edited

            Hello cnguyen,

            this bug report is simple and i think everything was said.
            It does not surprise me that there is not a lot of comments on this issue.

            But the problem still exists and save passwords by default is not secure.
            Opt-in will be better than to Opt-out.

            Regards,
            Tim

            Tim Eddelbüttel added a comment - - edited Hello cnguyen , this bug report is simple and i think everything was said. It does not surprise me that there is not a lot of comments on this issue. But the problem still exists and save passwords by default is not secure. Opt-in will be better than to Opt-out. Regards, Tim

            Hi there,

            Thanks for taking the time to raise this issue. We have noticed that it is now more than 6 months old and has had little activity from the community, so I'm going to close it. If you are still having issues with this bug, please feel free to raise a support request at https://support.atlassian.com - the credentials should be the same as for this site. Alternatively, you can reopen this bug. Any extra information you could provide would be a great help.

            Regards,
            JIRA Service Desk team

            Chuong Nam Nguyen (Inactive) added a comment - Hi there, Thanks for taking the time to raise this issue. We have noticed that it is now more than 6 months old and has had little activity from the community, so I'm going to close it. If you are still having issues with this bug, please feel free to raise a support request at https://support.atlassian.com - the credentials should be the same as for this site. Alternatively, you can reopen this bug. Any extra information you could provide would be a great help. Regards, JIRA Service Desk team

            Hello Gilmore,

            usually for a classic ofice location where every employee has its own computer and desk this is no problem.
            We have many outstations where the employees doesn't have an own computer. It's shared by all employees in the location and they doen't have an personal profil on the computer or Citrix environment. They us functional users.
            For the applicaitons itself, they have a personal login.

            Regards,
            Tim

            Tim Eddelbüttel added a comment - Hello Gilmore, usually for a classic ofice location where every employee has its own computer and desk this is no problem. We have many outstations where the employees doesn't have an own computer. It's shared by all employees in the location and they doen't have an personal profil on the computer or Citrix environment. They us functional users. For the applicaitons itself, they have a personal login. Regards, Tim

            te@airberlin.com,

            Out of interest, why do you want "Keep me logged in" to not be checked by default?

            Gilmore Davidson (Inactive) added a comment - te@airberlin.com , Out of interest, why do you want "Keep me logged in" to not be checked by default?

              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: