-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of user.js causes saved passwords to be removed #27
Comments
Thanks for raising the issue. Have you checked the profile directory, whether the DB file is still there? Or can you try, if the refresh feature can bring them back? I need to add this to the README. |
key3.db and signons.sqlite still exist, but appear to be devoid of any useful data. I believe the relevant line is: The changes from user.js appear to get saved into prefs.js, so I can't save any passwords until I've removed the line about from prefs.js (and removed user.js). Apparently preferences changed in user.js get saved when any changes are comitted via the preferences dialog. See: https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences Lucky for me I've been in the habit of making backups lately. ;) |
Do you think the commit above is sufficient to address this issue? |
Yes, I think that will help anyone who reads the instructions thoroughly. |
Cool. I'll close this issue then. |
Installation of user.js causes saved passwords to be removed from the Firefox This wasn't explicitly listed as intended behavior in the README file, though it appears to be quite intentional. I would suggest warning potential users about what may be, to them, an unintended consequence. Strong language about backing up profile data before proceeding would be highly advisable.
Otherwise, great work.
The text was updated successfully, but these errors were encountered: