User Management, ASP.NET Core 3.1, IdentityCore, Entity Framework(EF) Code First, AdminLTE 3.0.5

Description

User Management, ASP.NET Core 3.1, IdentityCore, Entity Framework(EF) Code First, AdminLTE 3.0.5

 

Key Features

+ Register New User
+ Reset Password
+ Forgot Password and Recovery
+ Admin Dashboard
+ Recent Registered User
+ User Management: Admin
+ Manage Page Access + Email Setting for email notification and confirmation
+ User Profile
+ Identity Setting
+ Login History

How to Run Project

Step 1:
Unzip the downloaded folder(UserManagement_src)

Step 2:
Open UserManagement.sln file with Visual Studio 2019

Step 3:
Update database connection: appsettings.json
“DefaultConnection”: “Server=DEVSTATION\\MSSQLSERVER2017;Database=UserManagement;User ID=sa;Password=dev123456”

  • Server=Your MS SQL Server Name
  • User ID= Your MS SQL Server User Name
  • Password= Your MS SQL Server User Password

Step 4:
Build and run by pressing f5
https://localhost:44374/

  • Initially in the SQL server, relevant data will be created in the database dynamically as code first approach.