Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 8 réponses
  • 1 a ce problème
  • 7 vues
  • Dernière réponse par 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

Solution choisie

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...

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (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

Solution choisie

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