Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

autofill saved logins and passwords and don't ask to save logins and passwords for websites

  • 5 respuestas
  • 1 tiene este problema
  • 224 visitas
  • Última respuesta de elmbeech

more options

Dear Community,

I have a hand full of passwords I would like Firefox to fill out but stop asking me if I like to save logins and passwords every time I have to login on a websites.

Unfortunately, when I uncheck "Ask to save logins and passwords for websites", Firefox will stop "Autofill logins and passwords", even the saved ones.

Does anyone know a workaround?

Hopefully, Elmar

Dear Community, I have a hand full of passwords I would like Firefox to fill out but stop asking me if I like to save logins and passwords every time I have to login on a websites. Unfortunately, when I uncheck "Ask to save logins and passwords for websites", Firefox will stop "Autofill logins and passwords", even the saved ones. Does anyone know a workaround? Hopefully, Elmar

Solución elegida

If you disable "Ask to save logins and passwords for websites" then you set signon.rememberSignons to false and this means that you disable the Password Manager and you can't autofill passwords. You can access the logins via Lockwise (about:logins) and you may have Fill Login and Fill Password in the right-click context menu if you have entered the Primary Password (i.e. you are logged in to the software security device (password manager.

Leer esta respuesta en su contexto 👍 1

Todas las respuestas (5)

more options

Looks like no one know a solution. Could this be solved by writing a plugin?

more options

You can create login block exceptions if this is about websites you visit regularly.

more options

Unfortunately, one can not use regular expression for login exception. This not really solves the problem. Is there not a way to enable auto fill and disable ask to save logins and passwords.

Actually where is the firefox source code maintained? Is it somehow possible to write a patch or ask for this feature in a bug tracker?

Elmar

more options

Solución elegida

If you disable "Ask to save logins and passwords for websites" then you set signon.rememberSignons to false and this means that you disable the Password Manager and you can't autofill passwords. You can access the logins via Lockwise (about:logins) and you may have Fill Login and Fill Password in the right-click context menu if you have entered the Primary Password (i.e. you are logged in to the software security device (password manager.

more options

Dear cor-el,

This is cool! This solves the problem right click is convenient enough! Thank you for your input!

In the meanwhile I found the source code: https://hg.mozilla.org/ I think this is the latest branch at the moment: https://hg.mozilla.org/mozilla-central/file/17f61493037d1a0acacadf7a4350238d0320190f

My thought was too, that I just somewhere slightly have to change the nesting, so that the autofill subroutine still gets executed, even when signon.rememberSignons is False. But since I am not too familiar with the code base, I could not figure out where. Are you familiar with the code base? Am I searching at the right place?

Elmar