VN
|
| Posted: 06/26/2005, 5:13 PM |
|
One of my applications always remembers a particular username/password on the login page. I've cleared the caches and all cookies, tried with different browsers (opera & ie) but the login page always comes up with the username & password already filled.
I've checked the login page code, and searched all the published pages for the particular username but could not find it . Any ideas? It's getting really annoyong!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/26/2005, 7:11 PM |
|
Remove the Connection and the Data Source from your login form. Login form should not be used to retrieve any data.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
VN
|
| Posted: 06/26/2005, 8:36 PM |
|
|
|
|
 |
E43509
Posts: 283
|
| Posted: 06/27/2005, 4:29 AM |
|
In the form tag, set autocomplete="off" and that might help ya
|
 |
 |
VN
|
| Posted: 06/27/2005, 8:13 PM |
|
Peter's suggestion worked straight away :)
|
|
|
 |
|