You are here

README.txt in Shared Email 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
INTRODUCTION
------------

The Shared E-mail module overrides the 'user' module's validation,
that prevents the same e-mail 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 [Allowing Multiple Accounts from the Same E-Mail Address?
](http://drupal.org/node/15578#comment-249157)

All this module does is modify 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.

REQUIREMENTS
------------

None.

INSTALLATION
------------

Install as usual, see [Installing contributed modules
](https://drupal.org/node/895232) for further information.

CONFIGURATION
-------------

* Enable the module in `/admin/modules`
* Check permissions in `/admin/people/permissions#module-sharedemail`
* By default the warning text will not be displayed unless the 'show warning text' is selected for the users role

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. The Shared E-mail module overrides the 'user' module's validation,
  4. that prevents the same e-mail address being used by more than one user.
  5. Works for both registration and account updates.
  6. Displays a warning to the user that they are using a shared email.
  7. Based on [Allowing Multiple Accounts from the Same E-Mail Address?
  8. ](http://drupal.org/node/15578#comment-249157)
  9. All this module does is modify the email address before it is validated by the user module.
  10. Because it only changes the edit value rather than the form value,
  11. the validation will pass but the original unchanged email is still stored properly.
  12. REQUIREMENTS
  13. ------------
  14. None.
  15. INSTALLATION
  16. ------------
  17. Install as usual, see [Installing contributed modules
  18. ](https://drupal.org/node/895232) for further information.
  19. CONFIGURATION
  20. -------------
  21. * Enable the module in `/admin/modules`
  22. * Check permissions in `/admin/people/permissions#module-sharedemail`
  23. * By default the warning text will not be displayed unless the 'show warning text' is selected for the users role