ASP.NET Core MVC Login and Registration using Identity | Add Custom Fields | Part 2

preview_player
Показать описание
ASP.NET Core MVC Login and Registration using Identity | Add Custom Fields | Part 2



ASP.NET Core Identity:

Is an API that supports user interface (UI) login functionality.
Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.
Users can create an account with the login information stored in Identity or they can use an external login provider. Supported external login providers include Facebook, Google, Microsoft Account, and Twitter.

Identity is typically configured using a SQL Server database to store user names, passwords, and profile data. Alternatively, another persistent store can be used, for example, Azure Table Storage.

Chapters :

Introduction : 00:00:07
Add New Properties in Model ( FirstName and LastName ) : 00:00:57
Add ApplicationUserEntityConfiguration class in dbContext class : 00:01:37
Add New Migration = Open Package Manager Console = Add-Migration AdditionFields : 00:08:30
Update Database for FirstName and LastName properties = Package Manager Console = update-database : 00:09:11

🌟 About this Channel
ManojDeshwal - [ 2 video content weekly ].
This channel is all about teaching and providing software development knowledge to the developers to build web applications and
websites using various programming languages like React JS, NodeJS, JQuery, Asp.Net, Asp.Net MVC, Asp.Net WEB API, C#, JavaScript, SQL, MYSql, HTML ,CSS etc.

Tools Used: Visual Studio 2022, MS SQL Server 2018

☕ Buy me a Coffee (Channel Support through Donation)

📻 Recommended Courses

Subscribe to this channel

Must buy Programming Laptops :

Share, Support, Subscribe Now :

⭐️Tags : ⭐️

#LoginRegistration
#aspnetcoreindentity
#aspnetcoremvcidentity

⭐️ Your Queries : ⭐️

.net core mvc user authentication

Thanks for watching. 😊😊 🙏🙏
Рекомендации по теме
Комментарии
Автор

Very clear explanation thank you so much, it answer many of my problem🙏🙏🙏

shayp
Автор

DUDE this helped me so much, thank you!

tuckerovermann
Автор

user.FirsName and user.LastName are not part of IdentityUser class in my case :(

sanjeevsjk
Автор

Excellent!! i'll try it with some ideas i have! Thanks!!

manuelcas
Автор

Registration works but login doesn't work at all.Where is the part about Login?Also, why are some names different from part one?

masterofalltrades-bdyw
Автор

Excellent!!!! how do i put the login and register on the nav-bar at the top right corner

kgaugelomaake
Автор

hello i am trying to add data in database its showing error help please

ynjfuod
Автор

When I try to login it gives a message as "Invalid login attempt."
Edit: It got resolved by clicking on the confirm email id link after registering.

nileshtambe