How to send link/url to confirm user registration and/or password reset/recovery using ASP.Net MVC2?

Posted by Mark_DVM_Software on Stack Overflow See other posts from Stack Overflow or by Mark_DVM_Software
Published on 2010-05-20T14:48:37Z Indexed on 2010/05/20 14:50 UTC
Read the original article Hit count: 174

Hi,

I see it all over the place, yet, I could not find one example about this (maybe I don't know the proper wording), I am trying to build using ASP .Net MVC2 (but any example on just ASP .Net would be also helpful) a process that will send a link to the user at the end of the registration process to let him confirm his registration. Also, a similar process to let the user to reset his password, with the typical "forgot password" and send a link/url so that the user can click and type a new password. Can someone help me to either find an example or at least to let me know how to "google" it?

Thanks, Mark

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about forgot-password