Module Description
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
* Compatible with Subuser and User Import modules.
* Shared Email Password Reset
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
This version allows for shared emails by discarding the unique constraint on the email address as opposed to versions prior to 8.x.
Observed incompatibilities
* Email Registration
* LoginToboggan (with login-by-email enabled)
How can you get involved?
* Help translate this module at localize.drupal.org
* Help writing documentation. Please, open a project issue if you wish to help writing documentation for this module.
GitHub mirror: https://github.com/drupal-modules/sharedemail
Other features
* Compatible with Subuser and User Import modules.
* Shared Email Password Reset
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
This version allows for shared emails by discarding the unique constraint on the email address as opposed to versions prior to 8.x.
Observed incompatibilities
* Email Registration
* LoginToboggan (with login-by-email enabled)
How can you get involved?
* Help translate this module at localize.drupal.org
* Help writing documentation. Please, open a project issue if you wish to help writing documentation for this module.
GitHub mirror: https://github.com/drupal-modules/sharedemail
Module Link
Project Usage
3640
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
The module aims to solve the issue of allowing multiple users to use the same email address for different accounts, by overriding the user module's validation and displaying a warning message to users.
Data Name
sharedemail