Shared Email
aufumy - October 6, 2008 - 15:43
The shared email module overrides the 'user' module's validation that prevents the same email address being used by more than one user. Works for both registration and account updates. Displays a warning to the user that they are using a shared email.
Based on http://drupal.org/node/15578#comment-249157
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.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-Dec-30 | 8.13 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.0 | 2008-Nov-17 | 8.19 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Dec-30 | 8.13 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Oct-14 | 8.19 KB | Download · Release notes | Development snapshot | |
