It seems to be a common recommendation that password input fields should include have their autocomplete
attribute set to off
.
https://portswigger.net/kb/issues/00500800_password-field-with-autocomplete-enabled
But it also seems that most browsers ignore this attribute and will prompt users to store their passwords regardless of its presence/value.
Is this a recommendation pointless? As a security best practice, should password fields include autocomplete="off"
?