On 6/12/11 6:17 PM, JD wrote: > In my older 2.0.14 version, I was able to edit the file > nsLoginManager.js so the username and password filled in when I opened a > page with blanks for a username and password. > > I found a line: > > _isAutocompleteDisabled > > and a few lines below that was a line that said: > > return true; > > Once I changed that to: > > return false; > > The username and password filled in, well, automatically. > > Can I make such changes in SM 2.1? If I can, then where? >
This will not work in SM 2.1. See the discussion at <http://cybernetnews.com/firefox-remember-passwords/> relative to Firefox 4 and SM 2.1. nsLoginManager.js is now contained in omni.jar, which (despite its extension) is a zipped file. I extracted nsLoginManager.js from omni.jar and made the same edit you mentioned. Then I zipped the updated nsLoginManager.js back into omni.jar. Things went downhill from there. Someone will have to figure out what nsLoginManager.js is really doing in Gecko 2 and whether other files in SeaMonkey's environment are now involved. On top of all that, Password Manager no longer handles split logins -- where the ID is input on one page and the password is input on a subsequent page -- when the password was already saved. Password Manager still requests my master password in this case, but leaves the login password blank. It remains blank no matter how many times I click in the input area. This happens even though I can use Password Manager to show me the stored password. -- David E. Ross <http://www.rossde.com/> On occasion, I might filter and ignore all newsgroup messages posted through GoogleGroups via Google's G2/1.0 user agent because of spam from that source. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

