aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 868 forks source link

Expose some internal helpers on UserManager #1729

Closed aneequrrehman closed 6 years ago

aneequrrehman commented 6 years ago

Referring to #1348 by @HaoK

Shouldn't ValidateUserAsync and ValidatePasswordAsync be virtual as well?

aneequrrehman commented 6 years ago

Sorry, my bad, just figured I could just register IUserValidator and IPasswordValidator implementations to be used in the aforementioned methods.