How to disable prompt for auto saving password in chrome

Source: Internet
Author: User

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.

How to disable prompt for auto saving password in chrome

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.