Create minimal app
This commit is contained in:
parent
6b87902ca7
commit
27aaee6293
17 changed files with 346 additions and 52 deletions
|
@ -71,7 +71,7 @@ public class User
|
|||
}
|
||||
|
||||
|
||||
public bool VerifyPasswordAgainstHash(string providedPassword, IPasswordHasher passwordHasher)
|
||||
public bool VerifyPassword(string providedPassword, IPasswordHasher passwordHasher)
|
||||
{
|
||||
return passwordHasher.VerifyHashedPassword(this, PasswordHash, providedPassword);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue