-
Suggestion
-
Resolution: Unresolved
-
None
-
9
-
5
-
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.
- relates to
-
JSDCLOUD-3749 Disable remember me option
- Closed
- links to
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:
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.