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

Password generator does not appear on some sites firefox

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

more options

Idk why but sometimes firefox just doesn't prompt to generate secure password, I even have to download some extensions to generate secure password (Secure Password Generator) meaning more secure issues.

My guess is that you guys probably hardcoded something like {if "type: password" then prompt}, but it's still partly fault at developers too for bringing these huge chunks of javascript.

In screenshot there's element examaple in which i input password but no prompt whatsoever.

Idk why but sometimes firefox just doesn't prompt to generate secure password, I even have to download some extensions to generate secure password (Secure Password Generator) meaning more secure issues. My guess is that you guys probably hardcoded something like {if "type: password" then prompt}, but it's still partly fault at developers too for bringing these huge chunks of javascript. ''In screenshot there's element examaple in which i input password but no prompt whatsoever.''
Đính kèm ảnh chụp màn hình

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

I guess the solution for me is to never use this feature again as it'll never work properly.

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

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

more options

As you can see in the screenshot, this input field has a type="text" attribute and not type="password". Firefox needs a type="password" field to detect this as a login form although current releases can handle a multi page login form (i.e. one page with the username and a second page with the password field; about:config => signon.usernameOnlyForm.enabled).

I posted a bookmarklet in this thread that you can place on the Bookmarks Toolbar that can fix (toggle) the type of an input field or possible add an extra (hidden) password filed to trigger a save login dialog.

You need to set focus to the username or password field and then click the bookmarklet to invoke the JavaScript. If this doesn't work then may post a link, so I can check out this form.

Được chỉnh sửa bởi cor-el vào

more options

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

I guess the solution for me is to never use this feature again as it'll never work properly.