Top "Usermanager" questions

Proper use cases for Android UserManager.isUserAGoat()?

I was looking at the new APIs introduced in Android 4.2. While looking at the UserManager class I came across the …

java android usermanager
How to reset password with UserManager of ASP.NET MVC 5

I am wondering if there is a way to reset password with UserManager of ASP.NET MVC 5 I tried this …

c# passwords asp.net-mvc-5 reset-password usermanager
Transactions with ASP.NET Identity UserManager

I'm trying to update a user. AppUserManager appUserManager = HttpContext.GetOwinContext().GetUserManager<AppUserManager>(); AppUser member = await appUserManager.FindByIdAsync(User.…

c# asp.net transactions asp.net-identity usermanager
Get password from a user with UserManager

I'm making a website with MVC5 ASP.NET. I'm using Identity framework 2.0 implement class with properties such as passwordhash, username, …

c# asp.net-mvc asp.net-identity-2 usermanager