September 4th, 2002, 11:19 AM
|
#4 (permalink)
|
| addicted
Join Date: Oct 2001 Location: Ohio
Posts: 6,103
|
I probably should ahve asked how are they authenticating but I was assuming via a web form. In that case... Quote:
To disable password caching:
Start Registry Editor (Regedt32.exe).
Locate and click the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings
On the Edit menu, click Add Value, and then add the following registry value:
Value name: DisablePasswordCaching
Data type: REG_DWORD
Radix: Hexadecimal
Value data: 0x00000001
Quit Registry Editor.
You can also disable password caching by using the Microsoft Internet Explorer Administration Kit (IEAK) to create an executable file, and then attach it as an add-on component. When you use this method, Setup adds the DisablePasswordCaching value to the registry during the installation process.
NOTE: In some cases, you can create a custom .adm file to modify this registry key, and then import it into the IEAK Wizard.
To renable password caching, you can either delete the DisablePasswordCaching value, or change the value setting to 0.
| |
| |