![]() |
Disable "prompt me to save passwords" programaticly?
Hi!
I have website which prompts the user to login to get access. I want to disable the possibility that the user is prompted to save the password by Internet Explorer. I can do this manually by unchecking "Prompt me to save passwords" in the Tools->Internet Options->Content->AutoComplete dialog. But is it possible to programaticly disable this feature in code. This cause I canīt be sure that users webbrowser has this feature disabled. Many different users are using the same computer (and windows login). Hope someone can help me out. Thanks in advance / Steve |
Re: Disable "prompt me to save passwords" programaticly?
I don't believe you can disable it from a webpage, withour resorting to an
activeX control, or getting the users to click on a vbs file, but you can mark your form/fields as not allowing autocomplete. To do this at the form level do: <FORM AUTOCOMPLETE = "off"> and at the field level <INPUT TYPE = password NAME = txtPassword AUTOCOMPLETE = "off"> Cathal "SteveSu" <ssunnerberg@hotmail.com> wrote in message news:1124830473.752417.105330@g14g2000cwa.googlegr oups.com... Hi! I have website which prompts the user to login to get access. I want to disable the possibility that the user is prompted to save the password by Internet Explorer. I can do this manually by unchecking "Prompt me to save passwords" in the Tools->Internet Options->Content->AutoComplete dialog. But is it possible to programaticly disable this feature in code. This cause I canīt be sure that users webbrowser has this feature disabled. Many different users are using the same computer (and windows login). Hope someone can help me out. Thanks in advance / Steve |
Re: Disable "prompt me to save passwords" programaticly?
"Cathal Connolly [VB MVP]" <cconnolly@eg-consulting.com> wrote in message news:ORTBPaEqFHA.3304@TK2MSFTNGP11.phx.gbl... >I don't believe you can disable it from a webpage, Even if you can, you should not do it because you do not own yhat piece of property. John |
Re: Disable "prompt me to save passwords" programaticly?
Hello WJ,
You certainly mean with "sub web" a IIS application?? you can't mix authentication types in the same ASP.NET Application. --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com > "Cathal Connolly [VB MVP]" <cconnolly@eg-consulting.com> wrote in > message news:ORTBPaEqFHA.3304@TK2MSFTNGP11.phx.gbl... > >> I don't believe you can disable it from a webpage, >> > Even if you can, you should not do it because you do not own yhat > piece of property. > > John > |
| All times are GMT. The time now is 03:11 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.