问题
I am using ASP.NET MVC 5.0 and Identity 2.0. I'm trying to get the user password using UserManager. It seems there is no ways to get the password back. It gives back only the password hash. Is there a way to get the user password?
来源:https://stackoverflow.com/questions/30050883/is-there-a-way-to-get-the-user-password-using-usermanager-in-asp-net-identity-2