The second release of the ASP.
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-2I 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-passwordI'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-2I 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-2I 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-2How To Change Password Validation in ASP.Net MVC5 Identity 2 ? Thanks
asp.net-mvc asp.net-identity asp.net-identity-2I 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-2I 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-2I'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-2I 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