Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 8 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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

Ausgewählte Lösung

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

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (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

Ausgewählte Lösung

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