ASP.NET 中的电子邮件验证系统
是否有预制系统可用于确认 ASP.NET 站点的新用户的电子邮件地址?我正在使用预构建的身份验证和角色提供程序。当用户添加到系统时,系统应该能够向用户发送电子邮件,要求他们单击链接,然后该链接将“解锁”帐户。在验证电子邮件之前,用户应该无法登录。我可能可以弄清楚如何自己解决这个问题,但我更愿意使用标准方法(如果存在)。
Is a pre-made system available to confirm a new user's email address for an ASP.NET site? I'm using the pre built Authentication and Role providers. The system should be able to send email to a user when they're added to the system that requires them to click a link, that link would then "unlock" the account. Users shouldn't be able to login until their email is verified. I could probably figure out how to roll this on my own but I'd prefer to use a standard method if one exists.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只需包含链接并对密码加盐。您可能会比找到收缩包装版本所需的时间更短地完成此手动编码。
关于盐的一些信息:
http://www.aspheute.com/english/20040105.asp
I would just include the link and salt the password. You'd probably have this hand-coded in less time than it would take you to find a shrink wrap version.
Some info on the salt:
http://www.aspheute.com/english/20040105.asp