Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Different autofill in system in subsite

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.

like image 845
Karel Bílek Avatar asked Dec 21 '25 16:12

Karel Bílek


1 Answers

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.

like image 95
sundaysloth Avatar answered Dec 24 '25 07:12

sundaysloth



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!