There are two places where password fields request an auto-fill were they should not, and it tends to bug the non-geeky user:
Browser: Firefox 76.0, OS: Neon
Keep it up, you guys rock! Best
Does anyone know the right way to do this? AFAIK just using <input type="password", your browser will try to autofill every password field.
How to turn off form autocompletion - Web security | MDN
Adding autoComplete=“new-password” to the password fields worked for me on both Firefox and Chrome.
I tried autoComplete=“off” first but it did not work, seems like most browsers ignore it.
Hi, this might be useful to you:
Thx @sylviaji and @mateMathieu , that did it.
I confirm the bug is solved, @dessalines sterling job!!!
No probs.