I'm using the simple membership provider inside an asp.net mvc 4 app. I'm quite new and am just learning the asp.net mvc platform. I was wondering if there is a simple way to have visitors use their email address as their username?
Is it as simple as changing the label to email and doing a validation on the input to make sure it is an email address?
Is there a proper way of doing this?