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

IUserStore.GetNormalizedUserNameAsync / IUserEmailStore.GetNormalizedEmailAsync not used anywhere #1741

Closed zhulien-ivanov closed 6 years ago

zhulien-ivanov commented 6 years ago

So, basically the required to implement methods: IUserStore.GetNormalizedUserNameAsync and IUserEmailStore.GetNormalizedEmailAsync aren't used anywhere in the source code(UserManager, SignInManager, etc...). What's the purpose of having them required by the interface? Am I missing something?

aspnet-hello commented 6 years ago

We periodically close 'discussion' issues that have not been updated in a long period of time.

We apologize if this causes any inconvenience. We ask that if you are still encountering an issue, please log a new issue with updated information and we will investigate.