Lesson 11 - User roles in ASP.NET Core MVC and finishing the blog
In the previous lesson, Logging in and registration in ASP.NET Core MVC, we started working or logging users in and registering them. In today's ASP.NET Core MVC tutorial, we're going to restrict the editing features of our blog to admins only and finish it. The complete project is as always available to download, including the source code.
AccountController
We have the registration ViewModel ready from the previous lesson. Let's go
back to AccountController
and create actions for printing and
processing the registration form. Both Register()
actions will be
very similar to those for logging in. In the POST method, we'll create a new
user, create a new database entry for them using the userManager
and then log them in right away. The code looks as follows:
...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 II, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll learn how to create user roles and assign them to the users. We'll finish our blog in ASP.NET Core MVC and C# .NET.
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.