AspNetSqlMembershipProvider asp:PasswordRecovery:如何设置密码复杂度?

发布于 2024-07-18 14:17:36 字数 153 浏览 14 评论 0原文

我们使用 AspNetSqlMembershipProvider 控件来生成新密码。

有没有办法降低生成密码的复杂性? 默认情况下,它输出如下内容: *f.;tp{h|[hPCF

我意识到如果有必要的话我可以启动自己的密码恢复过程,但我想避免这种情况。

We are using the AspNetSqlMembershipProvider control to generate new passwords.

Is there anyway to turn down the complexity of the generated passwords? By default it is outputting things like this: *f.;tp{h|[hPCF

I realize I could roll my own password recovery process if I have to, but I'd like to avoid that.

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

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

发布评论

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

评论(1

-柠檬树下少年和吉他 2024-07-25 14:17:36

您可以在 web.config 中完成这一切。 查看这篇文章,http://weblogs.asp.net /owscott/archive/2005/05/11/406550.aspx

You can do this all in the web.config. Check out this article, http://weblogs.asp.net/owscott/archive/2005/05/11/406550.aspx.

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