first: Documentation for the usal Login cases Needs improvment.
In standard webforms template ASP.NET identity create user, set email and username in datatable same value. So I added for register.aspx a username field.
BUT in Login.aspx there is
signinManager.PasswordSignIn
which uses username and not as needed email
How to Login with real email ? How to Login with email or Username?