Frakkin’ Firefox free, I mean three.

I thought I’d post this explanation in case anyone else has problems with getting Firefox to prompt for password recall at EVERY site you need it to. Yahoo, Paypal, and some other portals fail to recall the password, even when forced with that old bookmark trick. (stopped working after Firefox2)

Found on the net and works for me:

Find and open with notepad…

C:\Program Files\Mozilla Firefox\components\nsLoginManager.js

or

\Program Files (x86) if using 64 bit windows.

Then, find this part in the code…

_isAutocompleteDisabled : function (element) {
if (element && element.hasAttribute(“autocomplete”) &&
element.getAttribute(“autocomplete”).toLowerCase() == “off”)
return true;

change the “true” to “false” and save over the original file.

Don’t worry if you screw it up, just delete the file and Firefox will replace it when reinstalled. So far, Firefox updates have not removed the modification. So I didn’t have to go back and perform the edit again.