Dec152017 by Nishan AryalNo Comments How to delete a user and its related data in ASP.NET MVC Identity 2.0 ASP.NET Core, ASP.NET MVC, Identity Tags: Delete User in ASP.NEt MVC, UserManager.DeleteAsync(user), UserManager.FindByEmailAsync, UserManager.RemoveFromRoleAsync, UserManager.RemoveLoginAsync
Dec152017 by Nishan AryalNo Comments [SOLVED] How to Reset User Password with UserManager in ASP.NET Identity ASP.NET MVC, Identity Tags: Reset Password in Identity, Reset User Password in ASP.NEt, userManager.AddPassword, userManager.RemovePassword
Sep62017 by Nishan AryalNo Comments Implementing Role based Authorization using Identity in ASP.NET Applications ASP.NET MVC, Identity Tags: Authorization in MVC, Restrict Users to access Controller and Methods, Role Based Authorization in MVC