Login Control - "Remember Me" Autocomplete Dialog

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bh

    #1

    Login Control - "Remember Me" Autocomplete Dialog

    I am using a built-in login control on a form, and have set the
    "DisplayRemembe rMe" 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



  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: Login Control - "Rememb er Me" Autocomplete Dialog

    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="f alse" 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


    or just read it:


    *************** *************** **************
    | Think outside the box! |
    *************** *************** **************
    "bh" <sombody@somewh ere.comwrote in message
    news:%23B8oJuFM JHA.5648@TK2MSF TNGP05.phx.gbl. ..
    >I am using a built-in login control on a form, and have set the
    >"DisplayRememb erMe" 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
    >
    >
    >

    Comment

    Working...