I am writing a web system on a certain domain with a log-in dialog.
The system lies on an address
http://www.example.com/systemB/
However, there is a different system at address
http://www.example.com/systemA/
that uses a different log-in dialog, with different credentials. (Users who use systemB often use systemA too.)
Most browsers, however, automatically take the credentials from http://www.example.com/systemA/ and auto-fill them in the http://www.example.com/systemB/.
Can I write the website in such a way, that the dialog won't be autofilled from the systemA automatically, but the auto-fill will still be allowed? (For example, write some "auto-fill domain".)
I know I can ues autocomplete="off", but I don't want to turn it off outright.
You can try set empty value to the fields from systemA (value=""). When the user open it, the fields are empty but if he click on them, there will be autofill recommendations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With