Closed Bug 274963 Opened 20 years ago Closed 20 years ago

mozilla can't save the username (email) and password

Categories

(SeaMonkey :: Passwords & Permissions, defect)

defect
Not set
normal

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 :)
> 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.

Yep.  This page explicitly disables autocomplete and password/username storage.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
OS: Windows XP → All
Hardware: PC → All
You need to log in before you can comment on or make changes to this bug.