Hello everyone.
I have a questions look forward to your help.
I have a login area on my site, build with PHP/Mysql
How can I avoid Windows from filling out the password when someone used the function to remember the password.
Because when a user chooses to remember the password on a computer which is shared with other people Windows fills out the password. And I don't want Windows to do so.
Hope someone knows an answer to this.
Kind regards!
ads: website technology: tech new online sells products Best Tablet Android Have Price Under $200 and The Best Smartphone Display from amazon.
How to remove features autofill
Moderator: General Moderators
How to remove features autofill
Last edited by davidhan on Thu Nov 27, 2014 12:29 am, edited 3 times in total.
web chuyên lắp mạng fpt thuận an và lắp mạng fpt dĩ an và lắp mạng fpt tân uyên và lắp mạng fpt thủ dầu một cho khách hàng.
Re: How to remove features autofill
Not just Windows.
Set autocomplete=off in your <form>.
Set autocomplete=off in your <form>.
Code: Select all
<form ... autocomplete="off">