1

Possible Duplicate:
Disable browser 'Save Password' functionality

In my application, I have a login page. Currently in firefox or IE, after giving the credentials and logging in it is asking to remember the password. Is there any way to disable this?

Community
  • 1
  • 1
Nagarajan
  • 432
  • 3
  • 12
  • 28

1 Answers1

0

Just add the attribute autocomplete="off" to the password input field.

But this is really something most users like in their browser. Why do you want to disable it? I would let the users choose if they want the browser to remember it or not, rather than forcing them.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255