I need to be able to prevent the Save Password bubble from even showing up after a user logs in.
Autocomplete=off is not the answer.
I have not come across a
The best solution is to simulate input password with input text by replacing value with asterisks or dots manually.