Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 468 Bytes

NewIdentity

Scaffolded ASP.NET Core Razor Pages app with customized ASP.NET Identity functionality and UI, to meet a client's needs.
Entity Framework ORM is used with MySQL database.

Features:
Created Admin and User roles.
Only an account with the Admin role can register a new account with the User role.
Only an account with the Admin role can delete an account.
Implemented logical deletion instead of physical deletion of users, so it can be undone.