Trying to use the WebSecurity and if my user loses, needs to resend, or otherwise changes their email, their does not seem to be any way to reset your confirmation token via the WebSecurity classes.
How do I reset the confirmation token for WebSecurity in Asp.NET MVC?
There doesn’t seem to be support for this in the WebSecurity type. I was forced to query the database directly. Since I was using EF my code looked like the following: