OT: Disabling "Save Username & Password" in IE 5

2001-04-03 Thread James Milks

Hi All,
IS it possible to keep IE 5.X from asking if the user wishes to save the
login info they just supplied on a login form with basic username and
password textboxes? This would certainly add security on a shared
workstation.

Thanks...
James Milks
Noncubicle Corporation
www.noncubicle.com
[EMAIL PROTECTED]
(613) 560-9855
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Disabling "Save Username & Password" in IE 5

2001-04-03 Thread CF

It's under 

Tools > Internet Options > Content > AutoComplete

Todd Ashworth
Certified ColdFusion Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111] (p)
(803) 328-2868 (f)

- Original Message - 
From: "James Milks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 7:44 PM
Subject: OT: Disabling "Save Username & Password" in IE 5


> Hi All,
> IS it possible to keep IE 5.X from asking if the user wishes to save the
> login info they just supplied on a login form with basic username and
> password textboxes? This would certainly add security on a shared
> workstation.
> 
> Thanks...
> James Milks
> Noncubicle Corporation
> www.noncubicle.com
> [EMAIL PROTECTED]
> (613) 560-9855



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Disabling "Save Username & Password" in IE 5

2001-04-03 Thread Sean Daniels

On 4/3/01 8:01 PM CF wrote:

> It's under 
> 
> Tools > Internet Options > Content > AutoComplete

You can do this on each workstation, or you can programmatically prevent
autocomplete on any field with the attribute "autocomplete" and the value
"off".

For example:



This way you can do it on a form by form basis in your code rather than
going to each workstation.

- Sean
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Disabling "Save Username & Password" in IE 5

2001-04-03 Thread James Milks

Perfect, programatically is what I meant.
Thanks...

-Original Message-
From: Sean Daniels [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 9:31 PM
To: CF-Talk
Subject: Re: Disabling "Save Username & Password" in IE 5


On 4/3/01 8:01 PM CF wrote:

> It's under
>
> Tools > Internet Options > Content > AutoComplete

You can do this on each workstation, or you can programmatically prevent
autocomplete on any field with the attribute "autocomplete" and the value
"off".

For example:



This way you can do it on a form by form basis in your code rather than
going to each workstation.

- Sean
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists