Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Password generator does not appear on some sites firefox

  • 2 respostas
  • 1 tem este problema
  • 30 visualizações
  • Última resposta de 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.''
Capturas de tela anexadas

Solução escolhida

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

Ler esta resposta 👍 1

Todas as respostas (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.

Alterado por cor-el em

more options

Solução escolhida

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