Todo #9501
closedturn off form autocompletion on OpenVPN client config page (maybe the whole web interface)
0%
Description
Some of the fields (usually the proxy info) will get autofilled by the browser with random data.
Updated by Jim Pingle over 5 years ago
- Status changed from New to Not a Bug
- Target version deleted (
2.5.0)
Browsers no longer respect autocomplete settings in HTML. We can set the tags, but browsers and password manager plugins ignore them.
Updated by Corey Boyle over 5 years ago
Sorry, should have done my homework first.
https://stackoverflow.com/questions/15738259/disabling-chrome-autofill
Would renaming the "password" fields on that page help at all?
Updated by Jim Pingle over 5 years ago
Not effectively, because they also key off the form field labels, and then it becomes a never-ending whack-a-mole of hiding the field names and the browsers tracking them down again. There are some javascript tricks I've seen to throw them off but it requires things like randomizing field names which makes the front and backend code a lot more complicated.
In the end there isn't much we can do about client behavior when the client has decided it knows better than the page.