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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Password generator does not appear on some sites firefox

  • 2 个回答
  • 1 人有此问题
  • 25 次查看
  • 最后回复者为 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.''
已附加屏幕截图

被采纳的解决方案

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

定位到答案原位置 👍 1

所有回复 (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.

由cor-el于修改

more options

选择的解决方案

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