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!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 8 ответов
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от 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

Выбранное решение

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

Прочитайте этот ответ в контексте 👍 0

Все ответы (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

Выбранное решение

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