如何禁用我的网站记住密码?

发布于 2024-12-10 05:10:09 字数 255 浏览 0 评论 0原文

可能的重复:
禁用浏览器“保存密码”功能

在我的应用程序中,我有一个登录页面。目前在 Firefox 或 IE 中,提供凭据并登录后会要求记住密码。有什么办法可以禁用这个吗?

Possible Duplicate:
Disable browser 'Save Password' functionality

In my application, I have a login page. Currently in firefox or IE, after giving the credentials and logging in it is asking to remember the password. Is there any way to disable this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-12-17 05:10:09

只需将属性 autocomplete="off" 添加到密码输入字段即可。

但这确实是大多数用户在浏览器中喜欢的东西。为什么要禁用它?我会让用户选择是否希望浏览器记住它,而不是强迫他们。

Just add the attribute autocomplete="off" to the password input field.

But this is really something most users like in their browser. Why do you want to disable it? I would let the users choose if they want the browser to remember it or not, rather than forcing them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文