13 references to ChangePasswordAsync
Identity.ExternalClaims (1)
IdentitySample.Mvc (1)
Microsoft.AspNetCore.Identity (1)
Microsoft.AspNetCore.Identity.Specification.Tests (5)
UserManagerSpecificationTests.cs (5)
475IdentityResultAssert.IsFailure(await manager.ChangePasswordAsync(user, "password", "new"));
528IdentityResultAssert.IsFailure(await manager.ChangePasswordAsync(user, "password", "new"),
693IdentityResultAssert.IsSuccess(await manager.ChangePasswordAsync(user, password, newPassword));
827var result = await manager.ChangePasswordAsync(user, "bogus", "newpassword");
1136IdentityResultAssert.IsSuccess(await manager.ChangePasswordAsync(user, "password", "newpassword"));
Microsoft.AspNetCore.Identity.Test (3)
Microsoft.AspNetCore.Identity.UI (2)