Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.