aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

ArgumentNullException: Value cannot be null. Parameter name: hashedPassword #477

Closed Bartmax closed 9 years ago

Bartmax commented 9 years ago

If I log in using twitter and then try to log in using the email with any password returns an error

An unhandled exception occurred while processing the request.

ArgumentNullException: Value cannot be null.
Parameter name: hashedPassword
Microsoft.AspNet.Identity.PasswordHasher`1.VerifyHashedPassword(TUser user, String hashedPassword, String providedPassword)

because the user exist but doesn't have a password.

HaoK commented 9 years ago

This is an identity issue, I'll take a look

HaoK commented 9 years ago

@suhasj I thought you were looking at something like this? Did you already check the fix for this in?

suhasj commented 9 years ago

Not fully sure. I don't think I have seen anything like this