Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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".

Tìm hiểu thêm

Firefox autofills in username and password from ME on a form designed for person attributes (not me - anybody)

  • 5 trả lời
  • 1 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi rholme

more options

Newer release of Firefox auto-fill username and password when they should not. I have a web application that has a list of people. Optionally (form is even hidden requiring a click to see) a person can be a user (rare). My username and password are auto filled in ALWAYS now for the person (even when the form is not showing). Can I just change the field names (username, password) in the jsp and have Firefox NOT fill mine in automagically? Or if not, how do I tell the browser that these are normal fields - leave them alone PLEASE (do not auto-fill)?

Newer release of Firefox auto-fill username and password when they should not. I have a web application that has a list of people. Optionally (form is even hidden requiring a click to see) a person can be a user (rare). My username and password are auto filled in ALWAYS now for the person (even when the form is not showing). Can I just change the field names (username, password) in the jsp and have Firefox NOT fill mine in automagically? Or if not, how do I tell the browser that these are normal fields - leave them alone PLEASE (do not auto-fill)?

Giải pháp được chọn

Final resolution: I changed the field names in the JSP from username and password to alternate names.

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

Go to tools>settings and click privacy & security on the left side, scroll down to saved logins. Now click on the 3 small dots at top right of screen and go to options. Here you can choose whether you want to save logins and passwords and whether you want to autofill them or not, and you can click on exceptions if there are just certain websites you do not ever want to save your login. Hope this helps.

more options

Thanks, that is what we did as a short term fix. I really want to stop Firefox from auto-filling on a form and/or recognizing that this form has an input field for username and password (nothing to do with thecurrent user login, but for setting up another potential user).

more options

I have disabled autofill as I like to control whether I want to login or simply want to visit a page. If necessary I use the right-click context menu to fill username and password.

more options

OK, so there is no good way to programatically do this. It must be done by controlling Firefox's options.

Not so good for an application which is designed to be run by anyone (they need to be told).

Thanks for the input.

more options

Giải pháp được chọn

Final resolution: I changed the field names in the JSP from username and password to alternate names.