Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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.

Learn More

FireFTP does not remember password in edit (even the 'remember passwords' option is ticked)

  • 8 vastust
  • 1 on selline probleem
  • 4 views
  • Viimati vastas demetan

more options

Hi all,

I've just update to windows 10 and installed new firefox / fireftp. The program works but it does not remember password. Every time I relaunches the software, I had to re-enter the password.

In Tools > Options > "Remember passwords" is ticked.

Any clue? Any solution?

Thank you

Demetan

Hi all, I've just update to windows 10 and installed new firefox / fireftp. The program works but it does not remember password. Every time I relaunches the software, I had to re-enter the password. In Tools > Options > "Remember passwords" is ticked. Any clue? Any solution? Thank you Demetan

Valitud lahendus

It is solved.

I followed tips from here: https://support.mozilla.org/en-US/questions/1065862

  1. Close firefox
  2. Rename the key3.db file
  3. Rename the signons.sqlite file

Now Firefox remembers password. Logins are listed in Secutiry > Saved Logins...

Loe vastust kontekstis 👍 0

All Replies (8)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.

more options

Many thanks for you help FredMcD !

I did some tests.

If I add manually the password in the fireFTPsites.dat, then it works. But as soon as I did a change in the account (change the account name for instance) then password is removed at the next launch.

And always the command "Remember passwords" is ticked. (no issue on that tick box)

more options

Are you saying you have multiple accounts on one website?

https://github.com/hultmann/multifox/releases/tag/3.2.3 Multifox is an extension that allows Firefox to connect to websites using different user names. Simultaneously!

more options

I think that FireFTP uses these files in the profile folder:

  • fireFTPsites.dat
  • fireFTPprograms.dat

Note that Firefox needs to be closed if you make manual changes to files in the profile folder.

more options

Thank you for your input.

FredMcD -> multiple accounts setting is not the problem.

I've make some checks: actually Firefox does not remember any login/password at all. Neither for site nor fireFTP.

In Firefox > Options > Security

 - Remember logins for sites : Ticked
 - Exceptions is empty
 - Saved logins is empty

The problem is at Firefox level and not at FireFTP level.

I did a refresh; no extra tool bar; no anti-virus installed (except Windows defender security); no user.js file;

in prefs.js: user_pref("pref.privacy.disable_button.view_passwords", false); user_pref("pref.privacy.disable_button.view_passwords_exceptions", false);

more options

If you think that it is about Firefox then you would have to look for fireftp prefs in prefs.js or on the about:config page if you can't find this data in the two files I mentioned above.

Otherwise you would have to contact the FirefFTP developer for support.

more options

Valitud lahendus

It is solved.

I followed tips from here: https://support.mozilla.org/en-US/questions/1065862

  1. Close firefox
  2. Rename the key3.db file
  3. Rename the signons.sqlite file

Now Firefox remembers password. Logins are listed in Secutiry > Saved Logins...

more options

Many thanks for you help FredMcD and Cor-el