Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

how can I prevent the password manager pop up

more options

At the login page, when a user enter his/her password, firefox prompt the password manager to store the username and password, how can I prevent the FF from storing or autofill Password Input field using javascripts or Jquery

At the login page, when a user enter his/her password, firefox prompt the password manager to store the username and password, how can I prevent the FF from storing or autofill Password Input field using javascripts or Jquery

Tất cả các câu trả lời (3)

more options

Do you mean it is your webpage, and you do not want users to be able to fill the login automatically?

Browsers no longer allow sites to easily bypass password managers using the autocomplete attribute, as explained here: https://developer.mozilla.org/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion-The_autocomplete_attribute_and_login_fields.

You may want to search around on the web for other ideas.

more options

I have tried this already we were able to block the password manager on IE and Chrome with these codes " @readonly = "readonly", onfocus = "$(this).removeAttr('readonly');" but it failed on Firefox

more options

Interesting. But please check developer-oriented sites to pursue this question. E.g., Where to go for developer support.