aspnet-identity-mongo
aspnet-identity-mongo copied to clipboard
HasPassword returns always false
HasPasswordAsync returns always false.
I'll update based on hash being set. For now I'd query the collection directly as a workaround. Or, override the behavior of HasPassword, it's virtual.
This is what I did ;)
Same problem here. any progress on this issue?