stop remember password

this isn't directly related to c# however is there a way to stop the browser from remembering a users password. I want to do this from a coding point of view not just on my own computer. The application is going to be used in the field and we don't want users to even have the option of saving the password.


Answer this question

stop remember password

  • Chrichton

    never mind got it
    <form autocomplete="off">
    and dont name the password field password

  • stop remember password