Login Email or Username
This module enhances the Drupal login form by allowing users to enter either their username or their email address in the username field to log in. This offers greater flexibility for users when authenticating.
This simple Drupal module allows users to log in with either their username OR email address from the same input box on the standard login form (it turns the "name" field into a username OR email address field).
REQUIREMENTS
Core dependencies only.
INSTALLATION
Download composer require drupal/login_emailusername
then
Install via /admin/modules
OR
drush pm:enable login_emailusername -y
CONFIGURATION
There are no configuration options.
MAINTAINERS
ALTERNATIVE MODULES
This module duplicates some functionality of the following modules:
- LoginToboggan (Drupal 7 support only)
- Mail Login (Drupal 8-11 support)
Depends on
Dependencies of the latest stable release
- user Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.