Lesson 5 - E-shop in ASP.NET Core MVC - User management
In the previous lesson, E-shop in ASP.NET Core MVC - Relations and Repository, we had a look at how to set up a relationship between entities and laid the foundation of the Repository design pattern. Before we continue with the product management, let's create a user interface for the user management in this ASP.NET Core tutorial. In this application, we'll need to distinguish the administrator and regular visitor roles in many places.
User management
In ASP.NET Core applications, we use the Identity
system for
users and roles. It provides us with a lot of available tools. We have already
stumbled across some of them, such as UserManager
,
SignInManager
, IdentityUser
,
IdentityDbContext
, etc. We're going to build upon this system.
Controller
We're going to extend the AccountController
we created in the ASP.NET
Core MVC Basics course. For completeness' sake, I'll paste its code here as
it'll be the base of our controller:
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
Before buying this article, you have to buy the previous one
This article is licensed: Premium no-reselling II, by buying this article, you agree with the terms of use.
Commercial article (licence no-reselling)
This article is based on many years of experience in the IT field, and describes how to develop a professional commercial product or parts, that can be directly used to generate profit or to get as a gate into the industry.
This knowledge is only for the members of our community who are working their way up to become IT professionals. Therefore, this knowledge is only available in exchange for credits. You can use the source code from this article for one commercial project. However, you will not be able to resell it. Simply put, you can't buy our article once and then sell our code multiple times. If you need to use this code a bit more extensively, we are ready to discuss Commercial licence options with you. You can find more info on this in the following article Licence.
Are you ready to become a professional? All you have to do is click here!.
Article description
Requested article covers this content:
User Management UI - registration, login and logout, changing password. Editing the Controller, Views, and ViewModels.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.