email_username
286 sites
Security covered
Use the user's email address as the username!
This module enables the use of email addresses as the Drupal account username.
The following things are changed / added:
- The
nameuser field is not required anymore - The
mailuser field is now required - The
mailuser field is more thoroughly validated - The
nameuser field is set to the value of themailfield on presave. - Existing users have their
nameset to themailfield value if they have an email set. - Configurable validation of email DNS settings and spoofing (requires
intlPHP extension)