Hi,
I added social login authentication and email confirmation to the solution My ASP.NET Application but am stuck with a conflict I don't know how to solve.
If a new user creates a password right after registration trough a social authentication login, then the email confirmation token is not valid any more and the email confirmation process stops in error. It seems like a different token is created while creating
password that invalidates the token sent with the email confirmation link.
What would be appropriate solution for that?
I'm rather new to asp.net and c# and a bit overwhelmed figuring this out.
Go to the complete details ...