-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
1
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
As a JIRA Administrator I want to enable "Remember my login on this computer" by default when users authenticate through the login form.
This is an existing feature when users authenticate through SSO with the SSO for Atlassian Server and Data Center App.
Suggested Solution
Have a setting which set "Remember my login on this computer" during users login.
Workaround
Versions lower than Jira 8
Modify atlassian-jira/includes/loginform.jsp and set to:
<input class="checkbox" id="login-form-remember-me" name="os_cookie" type="checkbox" value="true" checked="true" />
Running Jira 8 or higher
Currently there is no known workaround for this behavior on this version. A workaround will be added here when available.
- relates to
-
JRASERVER-67647 Ability to have user session replication between the nodes in Jira Data Center (DC)
- Gathering Interest