I'm working on a website that has a login page...
Here's the problem: the browser never offers the usual "Save this password? Yes / Never / Not Now" prompt that it does for other sites.
I tried wrapping the <div>
in <form>
tags with "autocomplete='on'"
but that made no difference.
Is it possible to get the browser to offer to store the password without a major rework of my login flow?