duanpo1498 2014-09-30 05:28
浏览 1285

如何禁用浏览器提示以记住密码

I have to disable browser prompt to remember the password on login form, I have tried AUTOCOMPLETE="OFF" but it doesn't work

  • 写回答

2条回答

  • dsgnze6572 2014-09-30 07:19
    关注

    Can you please share your code. Especially that password tag.

    I have faced the same problem. But this has fixed by below code.

        @Html.TextBoxFor(m => m.Password, new { @id ="Password", @Placeholder = "Password", @type = "Password", @required = "required", @Value = "", @autocomplete = "off" })
    
    评论

报告相同问题?

悬赏问题

  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?