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

In some websites, the password field is filling in, but username field does NOT

  • 2 个回答
  • 0 人有此问题
  • 26 次查看
  • 最后回复者为 jenna

more options

In some websites I log into, password field is filling but username field is NOT.

I first reviewed this old, related post: https://support.mozilla.org/en-US/questions/1366874

Attached below is the console for both the username and password at psecu.com. The actual URL is: https://digital.psecu.com/apps/psecuolb/#_frmLogin

(The username is mama). I think both fields show type="text".

And that leaves me stuck. I also attached screen shots of the login page and the console of the username and password is below.

Username:

<input id="frmLogin_main_tbxUserName" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="text" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Username" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="textbox" aria-label="Username" aria-level="1" aria-describedby="frmLogin_main_lblUsername" aria-required="true">


password:

<input id="frmLogin_main_tbxPassword" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="password" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Password" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="password" aria-label="Password" aria-level="1" aria-describedby="frmLogin_main_lblPassword" aria-required="true">

In some websites I log into, password field is filling but username field is NOT. I first reviewed this old, related post: ''https://support.mozilla.org/en-US/questions/1366874'' Attached below is the console for both the username and password at psecu.com. The actual URL is: https://digital.psecu.com/apps/psecuolb/#_frmLogin (The username is mama). I think both fields show '''type="text"'''. And that leaves me stuck. I also attached screen shots of the login page and the console of the username and password is below. Username: <input id="frmLogin_main_tbxUserName" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="text" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Username" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="textbox" aria-label="Username" aria-level="1" aria-describedby="frmLogin_main_lblUsername" aria-required="true"> password: <input id="frmLogin_main_tbxPassword" kwidgettype="TextField" kformname="frmLogin" kmasterid="main" value="" class=" sknRInputLogin " autocapitalize="none" autocorrect="off" autocomplete="on" type="password" onfocus="$KW.TextField.onfocusEventHandler(arguments[0],this)" onblur="$KW.TextField.onblurEventHandler(arguments[0],this)" placeholder="Password" maxlength="30" style="text-align: left; text-transform: none; padding: 0px 0px 0px 19px; width: 100%; height: 100%;" tabindex="0" role="password" aria-label="Password" aria-level="1" aria-describedby="frmLogin_main_lblPassword" aria-required="true">
已附加屏幕截图

所有回复 (2)

more options

I get type="text" for the password field if I click the 'eye' icon (eye icon has a strike through) to reveal the password as you can see in the Inspector.

I created a login for https://digital.psecu.com and filled both the username and password fields. If I click the username field then Firefox offers the saved username. The same for the password field that shows the username as a suggestion and fills the saved password. If you check the login on the about:logins page, do both fields have a value stored as it might be possible that the username field is blank ?

more options

I checked the login on the about:logins page, and both fields have a value stored. I deleted the login and re-created it for that site. But there's no difference.