防止浏览器插入名称和密码
重复 禁用浏览器保存密码功能
有没有办法告诉浏览器不要插入将凭证数据预先保存到网站上的表格中?
例如,我可能有一个必须首先登录的应用程序。 我保存了此登录的凭据。
现在,当我想在控制面板中创建新用户帐户时,浏览器会自动填写名称和密码字段的值,尽管我想创建新用户。
有没有办法阻止这种情况发生? 感谢您的回答。
编辑:我的意思是浏览器在打开网站时填写保存的凭据。 我的意思并不是说为该表格提供预先填写的值。 但是当我打开该网站时,整个文本字段和密码字段都填写了我的数据。 我正在寻找一种 xhtml 方法来执行此操作,因此它与编程相关。
Duplicate of Disable browser save password functionality
Is there a way to tell the browser not to insert pre-Saved credential data into forms on websites?
For example I might have an application where I have to login first. I saved the credentials for this login.
When I now want to create a new user account in the control panel, the browser automatically fills in the values for the name and password field, although I want to create a new user.
Is there a way to stop this from happening? Thanks for your answers.
Edit: I mean that the browser fills in the saved credentials when opening the site. I do not mean offering pre-filled in values for that form. But when I open the site the whole textfield and passwordfield are filled out with my data. I'm looking for a xhtml way of doing this, so it is programming related.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这篇旧文章中,“自动完成”属性可能是您的朋友:
禁用浏览器“保存密码”功能< /a>
From this older post the 'autocomplete' attribute may be your friend:
Disable browser 'Save Password' functionality