For PCI compliance I need to disable password autocomplete in Crucible. This is a similar question for Confluence. https://community.atlassian.com/t5/Confluence-questions/Need-to-disable-Autocomplete-Password-in-Browser-for-Confluence/qaq-p/110523
How can I configure this?
Hi Andrew,
You may be able to do so by modifying the JSP pages for the login form to pass:
autocomplete="off"
To be specific, autocomplete is not something Crucible does specifically, but is a feature provided by web browsers that allow the user to save the password or autocomplete their login if they are using a password manager.
You can see more detail about the attribute here: Disable browser "save password" functionality
-Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.