On 10.01.17 21:19 L A Walsh wrote:
It wouldn't be so bad if my login+password could be \allowed\ to be remembered as many other secure sites allow (amazon and my HMO's website), but maintaining the "logged-in" state and for how-many days could be a part of a user's profile.
My Seamonkey has no problems remembering the password. And Firefox should not, too. Maybe it takes some kind of tweaking, but I would be surprised if saving the password fails. I have a bookmark that removes all javascript-voodoo preventing SM/FF from saving the password: javascript:(function(){var%20ca,cea,cs,df,dfe,i,j,x,y;function%20n(i,what){return%20i+%22%20%22+what+((i==1)?%22%22:%22s%22)}ca=cea=cs=0;df=document.forms;for(i=0;i<df.length;++i){x=df[i];dfe=x.elements;if(x.onsubmit){x.onsubmit=%22%22;++cs;}if(x.attributes[%22autocomplete%22]){x.attributes[%22autocomplete%22].value=%22on%22;++ca;}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes[%22autocomplete%22]){y.attributes[%22autocomplete%22].value=%22on%22;++cea;}}}alert(%22Removed%20autocomplete=off%20from%20%22+n(ca,%22form%22)+%22%20and%20from%20%22+n(cea,%22form%20element%22)+%22,%20and%20removed%20onsubmit%20from%20%22+n(cs,%22form%22)+%22.%20After%20you%20type%20your%20password%20and%20submit%20the%20form,%20the%20browser%20will%20offer%20to%20remember%20your%20password.%22)})(); There is also this (and a lot more). https://addons.mozilla.org/en-US/firefox/addon/rememberpass/ Johannes