Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Saved username and passwords no longer works on Yahoo Mail

  • 97 réponses
  • 87 ont ce problème
  • 49 vues
  • Dernière réponse par ogrethemage

more options

Ever since Yahoo changed their login screen a few days ago the username and password fill has not worked correctly for me. I deleted the old entry and tried to reenter it but it would not show up on firefox. I had to use a booklet to get rid of the autocomplete=false tags in order for login manager to ask to save the password. However it does not fill it in when I try to relogin.

I really enjoy this feature since I use a long Yahoo password and Firefox stores them better then most other browsers.

This is the booklet I used. javascript:(function(){var%20c=0;function%20R(w){try{var%20a,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%20r}R(self);var%20i,x;for(i=0;x=frames[i];++i)R(x);if(c){alert("Found:%20"+c)}})();

Ever since Yahoo changed their login screen a few days ago the username and password fill has not worked correctly for me. I deleted the old entry and tried to reenter it but it would not show up on firefox. I had to use a booklet to get rid of the autocomplete=false tags in order for login manager to ask to save the password. However it does not fill it in when I try to relogin. I really enjoy this feature since I use a long Yahoo password and Firefox stores them better then most other browsers. This is the booklet I used. javascript:(function(){var%20c=0;function%20R(w){try{var%20a,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%20r}R(self);var%20i,x;for(i=0;x=frames[i];++i)R(x);if(c){alert("Found:%20"+c)}})();

Solution choisie

A few days after my original post, I typed in my username and the password appeared. This is different from the usual behavior where both the username and the password was inputted... which is fine on my home computer. This was using that little scriptlet to make sure Firefox actually asked to save it.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (20)

more options

So I just now uninstalled-reinstalled Firefox. Same problem. It does seem to be with Yahoo. Because I reentered my username-password here, and Firefox asked to remember it just fine.

more options

Sherylsr, thanks, that saves me trying the reinstall

However, I don't think the issue is Yahoo because when I tried Internet Explorer (which I hate and refuse to use, except in this case to test), there is no problem recalling the password. Have you tried IE?

more options

Hi diverjer, I can understand being nervous about bookmarklets with incomprehensible code.

What the bookmarklet does is switch autocomplete="off" to autocomplete="on" for the username and password fields. Firefox will NOT offer to save a password if autocomplete="off".

Since you only need to do this once to get Firefox to offer to save the password, you could try doing it manually using the Inspect feature.

Right-click the username field and choose Inspect Element (Q). This will call up a pane (or optionally a separate window) where you can view and edit the HTML tag which creates the username field. There you can edit the autocomplete="off" to autocomplete="on" by double-clicking off and typing on and then pressing Enter. I have attached a screen shot.

Then when you log in, Firefox should offer to save your login.

Note: This is addressed to triggering Firefox to save the login. It isn't a solution for Firefox failing to log you in after successfully saving your username and password.

Modifié le par jscher2000 - Support Volunteer

more options

No, haven't tried Explorer. I use Firefox and Safari. I'm a Mac gal. If that makes any difference.

more options

Does the problem occur on Safari? Might be worth trying IE. I'm running Windows on a Mac, so I guess we have all our bases covered :)

more options

jscher2000- Thank You that worked like a champ. Since I have written a bit of HTML I felt comfortable making that change. Once I did go to Tools Web Inspector, but I didn't hit enter, anyway I think that is what I did a week or so ago. Anyway, what you told me worked- Thanks.

more options

Yahoo uses autocomplete=off and that makes Firefox not asking to store that name and password, but will also cause Firefox not to fill the name. You should get a drop-down list if you double click the empty user name (e-mail) field or type the first letter(s) and press the cursor Down key.

more options

Yes, same in Safari.

more options

Ok, can you give the instructions in a bit more layman's terms? What should I do in Firefox? I've done a LITTLE html code but I have to be told what to write/where. If it's too much trouble, that's ok.

more options

AMAZING! I figured it out from your screen shot and instructions. IT WORKS AGAIN! AWESOME! THANK YOU!!!

more options

If you have a second Yahoo account, then you have to repeat the same steps for another user/password.

more options

Jscher2000, Well, I'm not as html savvy. The screen shot is helpful, but not enough for me to figure it out. Can you give a bit more coaching? Here is what I see on IE(Q) --

<input id="passwd" type="password" value="" autocomplete="off" autocorrect="off" placeholder="Password" aria-required="true" tabindex="2" maxlength="64" name="passwd"></input>

Can you show me what it should look like? And how I execute the change?

thanks!!

more options

Hi jude23, it's the autocomplete="off" part, that needs to be changed to autocomplete="on". If you double-click the word off, it becomes editable and you can type on and then press Enter to complete the edit. Firefox will move autocomplete="on" to the end of the tag (as in the lower part of the screenshot). Then repeat for the password, which is the line right below the username. Then you're done with the inspector and you can finishing logging in.

more options

Jscher2000, Thanks in advance for your patience... I can double click off (there are two of them) and press enter and see the "on" moved to the end, as you say. However, when I reopen the IE(Q) window they have both reverted to off. And I still don't have the password saved.

Btw, the only issue is with the password; the ID is remembered and in fact I never get logged out. It is just this incessant requesting of password re-entry.

more options

Note that you can also run the JavaScript code via the command line in the Web Console.
That only works if the %20 are unescaped to space characters (" ").
The script that you posted doesn't give a feedback alert because it shows the number of input fields that have autocomplete=on, so you need to run the script a second time (use Cursor up on the command line) to see the result.

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)}})();
more options

Hi jude23, that could be a different issue.

In the past, it was observed that Yahoo! requires frequent re-logins if you have a proxy set. Could you check here:

(WIN) orange Firefox button (or Tools menu) > Options > Advanced
(MAC) Firefox menu > Preferences > Advanced

On the "Network" mini-tab, click the "Settings" button and try the "No Proxy" setting. This usually cures the repeated login problem.

Any luck?

more options

Jscher2000, the "no proxy" setting was one of the first potential fixes I found online and tried. But no dice.

The fact that the IE(Q) solution worked for sherylsr suggests it should work for me. But why does it keep flipping back to off?? I double click on "off", hit enter, see the "on" move to the end. What then?

I haven't a clue what cor-el is saying about JavaScript code.

more options

Did you turn it "on" in the two places?

more options

I tried everything! I tried both "on's" When that didn't seem to stick I tried only one.

more options

Hi jude23, the edit only affects the page in your browser at the moment, but that should be long enough to log in. The only purpose of the edit is to remove the barrier to Firefox prompting you to save your login.

Since you saved your login before, you might need to log out and delete the old information first before editing the form and logging in again.

You can check for and clear the old login here:

(WIN) orange Firefox button (or Tools menu) > Options > Security > "Saved Passwords"
(MAC) Firefox menu > Preferences > Security > "Saved Passwords"

Does that make any difference?

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5