This link here lists model class and view class properties to change in order to prompt the user for email and password log in, rather than the default username and password required by Asp.NET Identity Authentication. However, it does not demonstrate how to remove the requirement of creating a username upon registration for the user in Identity.
Can someone point me to a resource that would allow me to completely remove the username requirement from Identity Authentication? I don't want my users to have to complete this extraneous step.
UPDATE::
according to this example here on Identity email-authentication, installing the Visual Studio 2013 Update 2 allows users to complete registration with email, and NOT username:

Big yay.