User name and password not remembered - MozillaZine Knowledge Base:
Sites prohibit password saving
Some websites, for example Hotmail, Yahoo! Mail, and some banks, specify that your username and password should not be saved. You can override this behavior.
[edit]
Using a bookmarklet
1. Bookmark the 'remember passwords' link on this page.
2. Go to the log in page of the site you want to save your details.
3. Enter your login and password, but do not submit.
4. Open the bookmark you just made. (Nothing will appear to happen).
5. Submit.
On subsequent visits, your user name and password should be filled in.
Note: The 'remember passwords' bookmarklet linked above may not work on all sites. Here are some alternate versions you can try. Create a new bookmark and paste the code given below in the location field of that bookmark. [3]
* Try this version that works with frames (doesn't give feedback):
javascript:(function(){function R(w){try{var a,df,dfe,i,j,x,y,r=1;df=w.document.forms;for(i=0;x=df[i];++i){dfe=x.elements;if(a=x.onsubmit){a=''}if(a=x.attributes['autocomplete']){a.value='on'}for(j=0;y=dfe[j];++j){if(a=y.attributes['autocomplete']){a.value='on'}}}}catch(E){r=0}return r}R(self);var i,x;for(i=0;x=frames[i];++i)R(x)})()
* Here is a version that gives feedback if you run it a second time:
javascript:(function(){var c=0;function R(w){try{var a,df,dfe,i,j,x,y,r=1;df=w.document.forms;for(i=0;x=df[i];++i){dfe=x.elements;if(a=x.onsubmit){a=''}if(a=x.attributes['autocomplete']){if(a.value=='on'){c++}a.value='on'}for(j=0;y=dfe[j];++j){if(a=y.attributes['autocomplete']){if(a.value=='on'){c++}a.value='on'}}}}catch(E){r=0}return r}R(self);var i,x;for(i=0;x=frames[i];++i)R(x);if(c){alert('Found: '+c)}})()
[edit]
Using an extension
* Always remember password 0.6 extension.
* Greasemonkey extension with related scripts:
o Allow password remembering
o Auto-login
[edit]
See also
* Password Manager
* Master password
[edit]
External links
* Remembering passwords (Firefox Support)
* Username and password not remembered (Firefox Support)
* Make Firefox Remember Passwords without a Bookmarklet"