CustomUserManagement.MVC icon indicating copy to clipboard operation
CustomUserManagement.MVC copied to clipboard

Let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core M...

Results 5 CustomUserManagement.MVC issues
Sort by recently updated
recently updated
newest added

Ho, i dowloaded your code an try to fill my first us by using the registration form and when i send it i got this error : InvalidOperationException: Role BASIC...

1. Clone Repo, build and run. 2. Register new user, and login, then `User Roles` --> `Manage Roles`(the page url is like https://localhost:44306/UserRoles/Manage?userId=1f1b9e26-61ec-4919-9464-6b8ffb4cab3f) --> then click `Cancel` Expected: back to...

Fix https://github.com/iammukeshm/CustomUserManagement.MVC/issues/3.

This demo is great and I want to integrate the role manage functions in my project. In connection string, `MultipleActiveResultSets=true` is a feature of sqlserver, if set to false, openning...

@iammukeshm I am not sure if you are checking these or planning on updating the repo to make it more current and useful, but thought since I spent some time...