Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

auto fill not working with webmail1.earthlink.net

  • 1 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

when i go to webmail1.earthlink.net it used to fill auto fill in the e-mail address and password that i have saved. NOW it no longer does that, in fact it now shows only (no username) under username. I have several e-mail addresses for that web site and everything it wants to update it... WHAT happened??? it was nicer to have it remember then me having to find my piece of paper with the usernames and passwords

when i go to webmail1.earthlink.net it used to fill auto fill in the e-mail address and password that i have saved. NOW it no longer does that, in fact it now shows only (no username) under username. I have several e-mail addresses for that web site and everything it wants to update it... WHAT happened??? it was nicer to have it remember then me having to find my piece of paper with the usernames and passwords
已附加屏幕截图

所有回复 (1)

more options

You can edit the login and fill the correct username. You can create login block exception to prevent Firefox from updating the login details.

This is a case where the website has autocomplete="new-password" and Firefox doesn't recognize/treat such a field as a username field. You can see this if you check this element in the Inspector.

<input autocomplete="new-password" type="email" name="email" class="ant-input" value="">

You can edit field and remove autocomplete="new-password" to make Firefox offer to fill the username. See my reply in this thread for a possible JavaScript bookmarklet to remove this autocomplete attribute.