Hi,
I would have a registration form like that:
First Name
Second Name
E-mail
Password
NO username
Now, if I make it this way the username is auto assigned as "First Name Last Name" but this way if a user register as John Doe, any other user who names John Doe, can't register 'cause it says that username (John Doe) already exists.
Any solution to let it take e-mail address as username?