Save password and username issue in firefox at login time[autofilled]

一个人想着一个人 提交于 2019-12-11 06:57:23

问题


Hi while login i used remember password checkbox of firefox. After login the remembered email and password is autofilled in the text boxes of names with names given as textfield as value=mobileNumber and value=pass.

Here in above textField, mobileNumber is stored with emailId and pass is stored with password, which is entered at the time of login.

      //mobile text field
      <input id="ember1245" class="ember-view ember-text-field mobile"   type="text">

    //password textfield
    <input id="ember1247" class="ember-view ember-text-field placeholder" placeholder="New Password" type="password">

I am using ember and Handlebar templates

This is happening only in the FireFox But all other Browsers works fine

来源:https://stackoverflow.com/questions/31026909/save-password-and-username-issue-in-firefox-at-login-timeautofilled

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!