Welcome Guest, Not a member yet? Register   Sign In
Prevent autofill fields
#1

[eluser]hykoh[/eluser]
Its not a direct CI question, but i like this community ... Wink

So; is it possible to prevent autofilling of form fields ? for example: if a user login to Community XXX, the browser saves the password for fieldname "password" and it gets automatically filled in every "password" named field, even at Community YYY.

I hope u can follow my explaination



* I always got the same first level domain, only different subs
#2

[eluser]Yash[/eluser]
choose some wired name for password and login .Don't use standard.

<input type="text" name="my_wired_passwordbox" ...and so on

No auto filling ever.
#3

[eluser]Colin Williams[/eluser]
What God-awful browser or browser plugin autofills passwords into password fields, even across domains!?

Actually, you probably have the input type set incorretly, just like Yash's poor example. Be sure 'type' is of 'password'

Code:
<input type="password" name="password" />
#4

[eluser]xwero[/eluser]
i had a server once that set a random value for the input password type tag and as mentioned all i had to do is change the name of the input.




Theme © iAndrew 2016 - Forum software by © MyBB