I need help to remove the Remember my login on this computer on the login screen. Our organization has strict security policy not to allow users to remember the password. Please advise how to configure this. Thanks.
You did not state which products you are using. Here is what I did for Jira. From a security point of view, hiding the remember-me does not work since the interface is still available or exposed.
You will need to find the file loginform.jsp and edit out the remember-me input checkbox and label.
The downside is each time Jira is updated, you will need to redo these changes.
After you have tested out this change in your test environment and then moved it to production, then access your jira adminstration panel and choose off the system menu the security item. On the left side there should be a link for remember me login. Clear all the login tokens.
If your security officer is alittle more relaxed, then you can set the parameter jira.option.allowcookies property to false in your jira-config.properties
https://confluence.atlassian.com/display/JIRA051/Disabling+Remember+My+Login+on+this+Computer
Perhaps some javascript in the JIRA footer, which is a plugin and can be overwritten?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gil,
"Remember me" works based on cookies in your browser, to remoke saved logins you just need to clean up the saved cookies in your browser.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.