-
Bug
-
Resolution: Timed out
-
Low
-
None
-
1.2, 3.0.2
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>
- depended on by
-
JSDSERVER-1735 Remove Login screen options for Service Desk 2.x
- Closed
Form Name |
---|
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:
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.