- 我已经添加了 autocomplete="off" 并且我尝试了 autocomplete="new-password" 到密码 texfield
<input type="password" name="login[password]" id="login_password" placeholder="Password" data-validate="not-empty" data-validate-error-message-position="below">
- 已经保存的密码自动完成功能将出现在 chrome 和 firefox 中,如果我在输入字段中使用 autocomplete="off" 或 autocomplete="new-password" 则不应该出现。我需要解决此漏洞的解决方案。您的帮助将不胜感激。