Sachin Kainth
Sachin Kainth

Reputation: 46760

How to implement new user email verification in MVC with forms authentication

I am using forms authentication and MVC 3 and would like to confirm registration via email. How would I implement this in the most simplest way?

Upvotes: 3

Views: 975

Answers (1)

Adam Tuliper
Adam Tuliper

Reputation: 30152

Check out the custom membership provider sample for mvc here that provides this functionality. http://theintegrity.co.uk/2010/12/asp-net-mvc-2-custom-membership-provider-tutorial-part-3/

Upvotes: 3

Related Questions