AspNetSqlMembershipProvider asp:PasswordRecovery:如何设置密码复杂度?
我们使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 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.