Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import passwords and logins data to firefox?

I have a CSV file with all of my passwords from Chrome and want to transfer them all to Firefox. But recently Firefox removed the feature to import login data. This feature is currently disabled by default, due to performance issues.

Is there a way to write a script that would iterate through saved login data and push it to Firefox instead of doing it manually one by one?

like image 639
Glenn Avatar asked Dec 20 '25 05:12

Glenn


2 Answers

There seems to be a bug in the current version of Firefox (104) preventing the import of passwords. A second step is (temporarily) necessary. I found a workaround in this thread.

If you encounter this bug, you will need to set

security.allow_eval_in_parent_process

to true, in addition to setting

signon.management.page.fileImport.enabled

to true.

Once you import your login data, you should reset the former to false, as it's a security feature.

like image 65
NikiR Avatar answered Dec 24 '25 10:12

NikiR


Go to about:config and search for: signon.management.page.fileImport.enabled

set it to true, then navigate to about:logins (if already open refresh the page) and hit the 3 dots, Import from File is now an option, import your csv and be happy.

Image of the added option

like image 34
Kaplan Avatar answered Dec 24 '25 12:12

Kaplan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!