E-Mail as Username
306 sites
Security covered
This module allows users to log in using their email address as their username. It makes the email field required and the username field optional, automatically setting the username to the user's email address.
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)