Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

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.

ఇంకా తెలుసుకోండి

[REQUEST] Print an automatic generated list of passwords, username and/or email

  • 3 ప్రత్యుత్తరాలు
  • 3 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 8 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

more options

Hey,

i would like to print out my logins in a format like:

www.example.net Example@Example.net ExamplePassword www.example.net (no user) ExamplePassword www.example.net ExampleUser ExamplePassword

Maybe with an option to add additional infos www.example.net ExampleUser ExamplePassword Created: February 2, 2020 Last modified: February 5, 2020 Last used: February 6, 2020

Hey, i would like to print out my logins in a format like: www.example.net Example@Example.net ExamplePassword www.example.net (no user) ExamplePassword www.example.net ExampleUser ExamplePassword Maybe with an option to add additional infos www.example.net ExampleUser ExamplePassword Created: February 2, 2020 Last modified: February 5, 2020 Last used: February 6, 2020

న antonfrei12 చే మార్చబడినది

ప్రత్యుత్తరాలన్నీ (3)

more options

You can view all of your saved logins at about:logins and choose to print the page for a specific login in Firefox's menu, but you cannot view the domain, user, and password for all logins on one single page.

You can file a feature request for this here, or I can file one for you on your behalf if you'd prefer.

more options

You can easily export the logins via code in the Browser Console.

You would have to use some JavaScript to parse the code to get the the logins in a printable table format.

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