2 references to Email
Microsoft.AspNetCore.Identity (2)
Data\ResetPasswordRequest.cs (1)
25
/// The new password the user with the given <see cref="
Email
"/> should login with. This will replace the previous password.
IdentityApiEndpointRouteBuilderExtensions.cs (1)
230
var user = await userManager.FindByEmailAsync(resetRequest.
Email
);