Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

I cannot get the save password prompt to appear for my web page

  • 2 respostas
  • 1 tem este problema
  • 64 visualizações
  • Última resposta por evoneden

more options

I am trying to figure out why I cannot get my web page to prompt me to save my username and password. This is the information I got back when attempting to debug the password manager, but I dont know what it means:

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

index.php Login Manager (content): onFormPassword for https://bigvinnys.quikorder.com/php/BIGVINNYS/m/index.php Login Manager: Counting logins matching host: https://bigvinnys.quikorder.com formSubmitURL: httpRealm: null PwMgr json: _searchLogins: returning 0 logins PwMgr json: _countLogins: counted logins: 0 Login Manager: Getting a list of all disabled hosts PwMgr json: _getAllDisabledHosts: returning 2 disabled hosts. Login Manager: Getting a list of all logins PwMgr json: _searchLogins: returning 0 logins PwMgr json: _getAllLogins: returning 0 logins.

Does this mean the password manager could not find a username/password field or something different?

I am trying to figure out why I cannot get my web page to prompt me to save my username and password. This is the information I got back when attempting to debug the password manager, but I dont know what it means: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. index.php Login Manager (content): onFormPassword for https://bigvinnys.quikorder.com/php/BIGVINNYS/m/index.php Login Manager: Counting logins matching host: https://bigvinnys.quikorder.com formSubmitURL: httpRealm: null PwMgr json: _searchLogins: returning 0 logins PwMgr json: _countLogins: counted logins: 0 Login Manager: Getting a list of all disabled hosts PwMgr json: _getAllDisabledHosts: returning 2 disabled hosts. Login Manager: Getting a list of all logins PwMgr json: _searchLogins: returning 0 logins PwMgr json: _getAllLogins: returning 0 logins. Does this mean the password manager could not find a username/password field or something different?

Solução escolhida

I actually figured out what the problem was. Despite me thinking that the form had a submit button, it actually was compiled into a page that did not have a formal submit button but just an input type of button. Once the input type was changed into a submit one, I was able to see the Save password prompt.

Thanks for your help.

Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Some web sites can send a command to your browser to not use the password manager. Also, the Password Manager may have issues.

https://support.mozilla.org/en-US/kb/usernames-and-passwords-are-not-saved https://support.mozilla.org/en-US/kb/fix-login-issues-on-websites-require-passwords


I have found a work around by using an auto-form-filler from the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here). Search for what you want.

more options

Solução escolhida

I actually figured out what the problem was. Despite me thinking that the form had a submit button, it actually was compiled into a page that did not have a formal submit button but just an input type of button. Once the input type was changed into a submit one, I was able to see the Save password prompt.

Thanks for your help.