How to disable the prompt of auto Save Password in Chrome browser, chrome auto save

Source: Internet
Author: User

How to disable the prompt of auto Save Password in Chrome browser, chrome auto save

Note: After autocomplete = "off" is added to the form in web development, IE and FF do not prompt to save the password, but when logging on to the system using Chrome browser, the prompt for automatically saving the password is displayed. In terms of security, you need to disable the browser function to improve system security.


Most browsers determine the password field based on the type = "password" of the form field. In this case, you can use the "dynamically set the password field" method:

<Input type = "text" name = "password" onfocus = "this. type = 'Password'" autocomplete = "off"/>

Explanation: The password domain is changed only when the focus is obtained in this document box.

This method is simple and effective. you can disable the prompt box for saving the password in Chrome browser.


Note: onfocus = "this. type = 'Password' "cannot be identified on IE, so compatibility needs to be considered. You can handle this issue during webpage initialization. for IE browsers, when type = "password" autocomplete = "off" is used on the input tag, the browser will not prompt you to remember the password.


Automatically Save Password for chrome

After clearing the browsing records, including cookies, restart the browser and log on to the website where you want to save the password again.

How can I automatically fill in the password saved in chrome?

This is not very clear, and we have not encountered this situation.
However, chrome has an extension called lastpass, which is very useful. You can disable the built-in password and form storage in the browser, and use lastpass instead to save the password and form.
Lastpass stores all your passwords and forms on its server, and then automatically fills in the table when you log on to the server next time (if you select automatic logon, the table is automatically filled out and then automatically logged on ).
The best thing is that lastpass is supported by multiple browsers. It also has corresponding extensions in opera 11, firefox 3.6 +/4.0, and safari 5. The password you entered on chrome, it can also be used in other browsers with lastpass extensions installed, which is very convenient.
Lastpass now acquires xmarks (Popular extensions on firefox that can synchronize bookmarks and history records). If lastpass integrates xmarks services, you can synchronize passwords, forms, bookmarks, and historical records on chrome, opera, firefox, and safari.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.