I updated Adam Anderly’s SimpleMembershipMvc3.Sample application available as a nuget package and on GitHub. The sample as is only hooks up the registration and login for the Account Controller.
What I Added
Require Email Verification for sign up. Resetting Password Forgotten Password In doing so I had to add the reset and forgotten models to the AccountModels class. If you are interested in using this code please be aware of this and take the necessary steps to backup your AccountModels and/or merge the two.
How to get it
In talking to Adam he is likely going to create a new sample available via NuGet for those wanting this more complete solution.
For now you can get it via my GitHub Fork of Adam’s work. Hopefully soon, either Adam or myself will create a nuget package for it.
Happy Coding!