Wednesday, April 1, 2009

More security for your form

Do you want a little more security in your form? Well, there is a tag that you can use to turn off the autocomplete feature in browsers, which keeps users from being able to store private information such as passwords or credit card numbers. This is useful if you are a web developer trying to create a more secure site, or a business trying to keep your users from saving their password on a public computer.

[input type="text" name="password" autocomplete="off"]

No comments: