canmove, Confirmed users
432
edits
(New page: The password manager in Firefox 3 includes the ability to log debugging information to the Error Console, which can be enabled to help diagnose problems. This logging is off by default. Pa...) |
No edit summary |
||
Line 17: | Line 17: | ||
Login Manager: Counting logins matching host: http://www.google.com, formSubmitURL: , httpRealm: null | Login Manager: Counting logins matching host: http://www.google.com, formSubmitURL: , httpRealm: null | ||
To copy a message, right-click on it and select Copy. | To copy a message, right-click on it and select Copy. | ||
= Common Problems = | |||
== Won't prompt to save a password == | |||
Some sites use <code>autocomplete="off"</code> in their HTML, which directs the password manager not to save the login. You can look for this in the page's HTML, or by using the password manager logging. Here's some example output from signing into Yahoo Mail: | |||
... | |||
Login Manager: observer notified for form submission. | |||
Login Manager: Checking if logins to <nowiki>https://login.yahoo.com</nowiki> can be saved. | |||
Login Manager: (form submission ignored -- autocomplete=off found) | |||
... |