You are here

README.txt in Shared Email 6

Same filename in this branch
  1. 6 README.txt
  2. 6 modules/sharedemail_subuser/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
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

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.

Installation
* Enable the module in /admin/build/modules
* Check permissions in /admin/user/access#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. The shared email module overrides the 'user' module's validation,
  2. that prevents the same email address being used by more than one user.
  3. Works for both registration and account updates.
  4. Displays a warning to the user that they are using a shared email.
  5. Based on http://drupal.org/node/15578#comment-249157
  6. All this module does is modify the email address before it is validated by the user module.
  7. Because it only changes the edit value rather than the form value,
  8. the validation will pass but the original unchanged email is still stored properly.
  9. Installation
  10. * Enable the module in /admin/build/modules
  11. * Check permissions in /admin/user/access#module-sharedemail
  12. * By default the warning text will not be displayed unless the 'show warning text' is selected for the users role