ASP.NET 中的电子邮件验证系统

发布于 2024-08-06 10:57:18 字数 167 浏览 3 评论 0原文

是否有预制系统可用于确认 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 技术交流群。

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

发布评论

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

评论(1

枯叶蝶 2024-08-13 10:57:18

我只需包含链接并对密码加盐。您可能会比找到收缩包装版本所需的时间更短地完成此手动编码。

关于盐的一些信息:
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

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