Login Control - "Remember Me" Autocomplete Dialog

B

bh

I am using a built-in login control on a form, and have set the
"DisplayRememberMe" property to false.

It correctly does not display that checkbox on the login form; however,
after authenticating, I'm prompted with an Autocomplete Passwords Dialog
box, asking if I want to remember the password. Is there any way to disable
this dialog, and force it to not remember any passwords?

Thanks in advance.

bh
 
C

Cowboy \(Gregory A. Beamer\)

That is a function of the browser, which is on the client side, so you
cannot code this.

Apparently, however, you can simply add autocomplete="false" to the <form>
tag on the page. I have not tested this.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top