Hi,
i modified the jira-servicedesk-X.X.X.jar file as desribed here:
But it didn't work for customer portal. Is there another way to do this?
Hi Benjamin,
This other post seems to cover your question:
It seems that this feature is not implemented. You can follow up and vote for this feature here:
https://jira.atlassian.com/browse/JSDSERVER-3749
There is a comment with a workaround suggested by Robert Streeter:
"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?"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.