Drupal is a registered trademark of Dries Buytaert

The shared email module allows multiple users to use the same email address for different accounts. The module works for both registration and account updates.

Other features

How it works

Shared email overrides the 'user' module's validation that prevents the same email address being used by more than one user. Displays a warning to the user that they are using a shared email.

Based on Allowing Multiple Accounts from the Same E-Mail Address?

This module modifies the email address before it is validated by the user module.
Because it only changes the edit value rather than the form value, the validation will pass but the original unchanged email is still stored properly.

Make sure to enable the 'show warning text' permission for the users role that can see the warning message.

Drupal 8+

Versions 8.x-2.x and 3.x allow for shared emails by discarding the unique constraint on the email address as opposed to versions prior to 8.x-2.x.

Observed incompatibilities

How can you get involved?

GitHub mirror: https://github.com/drupal-modules/sharedemail

Activity

Total releases
1
First release
Jan 2025
Latest release
1 year ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
3.2.0 Stable Jan 22, 2025