No IUserTokenProvider is registered.
Description: An unhandled exception occurred during the execution of the current web request. Please
review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NotSupportedException: No IUserTokenProvider is registered.
The code is
var token = um.GetPasswordResetToken( user.Id );
var result = um.ResetPassword( user.Id, token, NewPassword.Text );
Ive used the default template and upgraded to Identity 2.0.0 beta1 prerelease and am unable to make the password reset feature work.
Thanks.
Go to the complete details ...