Closed
Bug 274963
Opened 21 years ago
Closed 21 years ago
mozilla can't save the username (email) and password
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fejesjoco, Assigned: dveditz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910
it's in the summary.
Reproducible: Always
Steps to Reproduce:
Expected Results:
i expect it to save the form contents :)
Comment 1•21 years ago
|
||
> i expect it to save the form contents :)
Some banking corporations don´t want browsers to save passwords, wo mozilla
doesn´t save, if the website tells so, otherwise that banking corporations
wouldn´t accept Mozila as client to access your account.
You can try a bookmarklet:
http://www.squarefree.com/bookmarklets/
http://www.squarefree.com/bookmarklets/forms.html
remember password:
javascript:(function(){var ca,cea,cs,df,dfe,i,j,x,y;function n(i,what){return
i+"
"+what+((i==1)?"":"s")}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="";++cs;}if(x.attributes["autocomplete"]){x.attributes["autocomplete"].value="on";++ca;}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes["autocomplete"]){y.attributes["autocomplete"].value="on";++cea;}}}alert("Removed
autocomplete=off from "+n(ca,"form")+" and from "+n(cea,"form element")+", and
removed onsubmit from "+n(cs,"form")+". After you type your password and submit
the form, the browser will offer to remember your password.")})();
bookmarklets are some lines of javascript, saved as bookmark, and executed when
loaded.Read more about this on the website.
Comment 2•21 years ago
|
||
Yep. This page explicitly disables autocomplete and password/username storage.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•21 years ago
|
OS: Windows XP → All
Hardware: PC → All
You need to log in
before you can comment on or make changes to this bug.
Description
•