为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

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.