David E. Ross wrote:
On 5/16/11 7:52 PM, JD wrote:
David E. Ross wrote:

snipped to try something else<

I found this for Firefox but it works for my SeaMonkey install so just
replace Firefox with SeaMonkey when it defines where to look.

1. Close all Firefox Windows.
2. Navigate to the Firefox installation folder and open the file
nsLoginManager.js using your favorite text editor like notepad.  In
general, the path should be:
C:\Program Files\Mozilla Firefox\components\nsLoginManager.js
3. Search for _isAutocompleteDisabled : function (element) {.  The code
should look like this:

        _isAutocompleteDisabled : function (element) {
        if (element&&  element.hasAttribute("autocomplete")&&
        element.getAttribute("autocomplete").toLowerCase() == "off")
        return true;
        return false;
        },
4. Delete or comment the three lines after the searched line.

        _isAutocompleteDisabled : function (element) {
        //if (element&&  element.hasAttribute("autocomplete")&&
        //element.getAttribute("autocomplete").toLowerCase() == "off")
        //return true;
        return false;
        },

        OR

        _isAutocompleteDisabled : function (element) {
        return false;
        },
5. Save the file and close the text editor.


No.  nsLoginManager.js is now zipped into omni.jar.  I extracted
nsLoginManager.js from omni.jar, edited it to change the "return true;"
to "return false;", and reinserted the edited file into omni.jar.  It
did not help.

See my recent comments at
<http://cybernetnews.com/firefox-remember-passwords/>.


Another reason I am not switching to FF4 or SM 2.1. I want to be able to save "all my user names and passwords". To much of a Hassle to write them down in a book and keep them next to my computer. I use a Master password and it’s a lot safer than putting them in a little black book.

--
Phillip M. Jones, C.E.T.        "If it's Fixed, Don't Break it"
http://www.phillipmjones.net        mailto:[email protected]
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to