Replacing Email with a normal Username in ASP.NETCore UserIdentity
We use ASP.NETCore UserIdentity a lot to implement and manage the User authentication mechanism for your website or application. Many times we don’t want the username field to be a valid email address and we don’t want to kick off the email confirmation process when we create user logins. This particularly makes sense when the logins…