/t5/coldfusion-discussions/password-field-displays-password-on-page-load/td-p/952106Mar 17, 2008
Mar 17, 2008
Copy link to clipboard
Copied
I am using cfform for a registration page. When the
registration page/form is loaded, the password field already has a
value in it. If I use the firefox password viewer, the password
that is listed is a password that I use for many forms that I use
on the internet. What am I doing wrong? Thanks in advance!!!!
dan
/t5/coldfusion-discussions/password-field-displays-password-on-page-load/m-p/952107#M87060Mar 17, 2008
Mar 17, 2008
Copy link to clipboard
Copied
i do hope your password filed is <input type="password"
...> - at least
it will show **** instead of actual text...
if so, and if you do not have a value="yourpassword" in the
password
field, i can only guess you have enabled FF to remember all
the password
for that website... FF has that option somewhere in the
options...
Tools -> Internet Options -> Content -> Auto
Complete -> Uncheck all the "User names and passwords on forms"
check box. (Finally clear all your saved passwords by clicking the
"Clear Passwords" button).