ASP.Net 创建具有强密码的用户控件
我需要一个可以接受电子邮件地址和密码/使用密码强度指示器进行验证的控件。
有人见过类似类型的控件吗?
I need a control that will accept an email address and password/verify with a password strength indicator.
Has anyone seen a similar type control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 ASP.NET AJAX 控件工具包中的 PasswordStrength 控件。
Try the PasswordStrength control from the ASP.NET AJAX Control Toolkit.
检查这篇文章使用谷歌API创建密码强度控制:(
谷歌密码强度API)
http://www.codeproject.com/KB/ajax/GooglePasswordStrength.aspx
check this article which use google api to create password strenth control :
(Google Password Strength API)
http://www.codeproject.com/KB/ajax/GooglePasswordStrength.aspx