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
  • 422
  • 2
  • 12
  • 27

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
  • 633,450
  • 80
  • 1,108
  • 1,174