Guest User

Guest User

  • Tech Writer
  • 98
  • 40.1k

adding UserName and FirstName in ASP.NET Core Identity

Dec 26 2019 1:32 AM
I created a new ASP.NET Core Web Application with Core 3.1 and I change the Authentication to Individual User Account.
 
In Register, I need use UserName for Login. I also need to add FirstName and Last as additional fields. 
 
My problem is, I don't know how to modify Identity because I can't see the models, pages to do it. 

Answers (5)