Top "Asp.net-identity-2" questions

The second release of the ASP.

How to extend available properties of User.Identity

I'm using MVC5 Identity 2.0 for users to log into my website, where the authentication details are stored in an SQL …

asp.net-mvc asp.net-mvc-5 asp.net-identity asp.net-identity-2
ASP.NET Identity change password

I need ability to change password for user by admin. So, admin should not enter a current password of user, …

c# asp.net-mvc-5 asp.net-identity-2 reset-password
Asp.NET Identity 2 giving "Invalid Token" error

I'm using Asp.Net-Identity-2 and I'm trying to verify email verification code using the below method. But I am getting …

c# asp.net asp.net-mvc-5 asp.net-identity-2
Get list of users with assigned roles in asp.net identity 2.0

I have a drop down list box which lists roles. I want to get the list of users having that …

asp.net asp.net-mvc asp.net-mvc-4 asp.net-identity asp.net-identity-2
No IUserTokenProvider is registered

I recently updated Asp.Net Identity Core of my application form 1.0 to 2.0. There are new features which I wanted to …

c# asp.net asp.net-identity-2
How to list users with role names in ASP.NET MVC 5

I have default project template of ASP.NET MVC 5 web site and I am trying to list all users with …

c# asp.net-mvc-5 entity-framework-6 asp.net-identity-2
Updating user by UserManager.Update() in ASP.NET Identity 2

I use ASP.NET Identity 2 in an MVC 5 project and I want to update Student data by using UserManager.Update() …

c# asp.net-mvc asp.net-identity automapper asp.net-identity-2
Identity 2.0 with custom tables

I'm new to ASP.NET identity and am still trying to get my head around how it all works. Unfortunately …

c# asp.net asp.net-mvc-5 asp.net-identity-2
Accessing UserManager outside AccountController

I am trying to set the value of a column in aspnetuser table from a different controller (not accountcontroller). I …

asp.net-mvc asp.net-mvc-5 asp.net-identity-2 actioncontroller