10 references to ResetPasswordAsync
Identity.ExternalClaims (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.Identity.Specification.Tests (4)
UserManagerSpecificationTests.cs (4)
511IdentityResultAssert.IsFailure(await manager.ResetPasswordAsync(user, token, newPassword));
1001IdentityResultAssert.IsSuccess(await manager.ResetPasswordAsync(user, token, newPassword));
1026IdentityResultAssert.IsFailure(await manager.ResetPasswordAsync(user, token, newPassword),
1049IdentityResultAssert.IsFailure(await manager.ResetPasswordAsync(user, "bogus", newPassword), "Invalid token.");
Microsoft.AspNetCore.Identity.Test (2)
Microsoft.AspNetCore.Identity.UI (2)