System for email verification in ASP.NET
Posted
by James Cadd
on Stack Overflow
See other posts from Stack Overflow
or by James Cadd
Published on 2009-09-30T18:35:10Z
Indexed on
2010/04/06
2:03 UTC
Read the original article
Hit count: 472
ASP.NET
|email-verification
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.
© Stack Overflow or respective owner