[imp] Windows XP caches login credentials.

Christopher Crowley ccrowley@tulane.edu
Wed, 17 Jul 2002 09:36:31 -0500


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The issue with username and password getting cached on XP seems to be
corrected by adding the autocomplete=off tag to the input fields.  I
added it to the form field, too. 


# diff login.inc
/usr/local/apache_sslr_test/htdocs/horde/imp/templates/login/login.inc


52c52
< <form action="<?= Horde::applicationUrl('redirect.php') ?>"
method="post" name="implogin">
- ---
> <form action="<?= Horde::applicationUrl('redirect.php') ?>"
> method="post" name="implogin" autocomplete=off> 
70c70
<     <td align="left"><input type="text" tabindex="1"
name="imapuser" value="<?= Horde::getFormData('imapuser',
getenv('REMOTE_USER')) ?>" /></td>
- ---
>     <td align="left"><input type="text" tabindex="1"
> autocomplete=off name="imapuser" value="<?=
> Horde::getFormData('imapuser', getenv('REMOTE_USER')) ?>" /></td> 
77c77
<     <td align="left"><input type="password" tabindex="2"
name="pass" /></td>
- ---
>     <td align="left"><input type="password" tabindex="2"
> autocomplete=off name="pass" /></td> 

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBPTWA7s0q7cR88Y/bEQLCLQCffF0sK3QjvFtRH9dcYgPfW7c0QK0AoOXn
bjLdj+v1n02a39aY3+fr/qjP
=gNtK
-----END PGP SIGNATURE-----