Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

How do I get a list of all accounts using a particular password?

  • 2 одговорa
  • 1 има овај проблем
  • 18 прегледа
  • Последњи одговор послао Frank@Work

I received an extortion scam email routed through an Outlook.com account that lists one of the passwords I have used on many web sites. I want to change the password on all those sites to Lockwise random passwords, but I can't find a way to do that search. Closest I can come is all sites that use my email address shown in the extortion email. Not all those sites have the old password. And to look and see, I have to enter my master password on every site. That's a lot of typing. This feature would also speed the identification of breached sites. Once I have random passwords everywhere, if I get another extortion scam email, I can just look up the password and see exactly which site was compromised and report it.

I received an extortion scam email routed through an Outlook.com account that lists one of the passwords I have used on many web sites. I want to change the password on all those sites to Lockwise random passwords, but I can't find a way to do that search. Closest I can come is all sites that use my email address shown in the extortion email. Not all those sites have the old password. And to look and see, I have to enter my master password on every site. That's a lot of typing. This feature would also speed the identification of breached sites. Once I have random passwords everywhere, if I get another extortion scam email, I can just look up the password and see exactly which site was compromised and report it.

Сви одговори (2)

You can possibly use code in the Browser Console to export the logins as JSON, similar to logins.json in the profile folder but then not encrypted.

To enable the command line in the Console:


/* export/import logins as JSON */
logins = prompt("Logins",JSON.stringify(Services.logins.getAllLogins()));

/questions/1077630#answer-834769 How can I "print" the saved passwords list?

With the release of Firefox 76, the Alerts system can find all sites I used a known breached password with. This is close enough for now. I may need to resort to cor-el's idea at some later date.