README.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. -- SUMMARY --
  2. The Duplicate Mail module has a block to display system wide duplicate email
  3. addresses in user accounts, and a view with a block display for use on
  4. individual user account pages that displays only the accounts that have the same
  5. email address as that account.
  6. For a full description of the module, visit the project page:
  7. http://drupal.org/project/duplicatemail
  8. To submit bug reports and feature suggestions, or to track changes:
  9. http://drupal.org/project/issues/duplicatemail
  10. -- REQUIREMENTS --
  11. Views module.
  12. -- INSTALLATION --
  13. * Install as usual, see http://drupal.org/node/70151 for further information.
  14. -- CONFIGURATION --
  15. * This module lists user account information, including email addresses.
  16. Restrict access to this information by configuring the blocks to only display
  17. for a siteadmin type of role. (Picking a role other than anonymous or
  18. authenticated will make it so anonymous or simple authenticated users cannot
  19. see the blocks.) Configure block role visibility in Administer >> Site
  20. Building >> Blocks and configure the Duplicate Mail blocks under Role specific
  21. visibility settings.
  22. Also, change the region from Disabled to some other region. Right sidebar
  23. works well for the system wide block. And content or content top works well
  24. for the individual block generated by views.
  25. -- TROUBLESHOOTING --
  26. * If the blocks do not display, check the following:
  27. - Make sure you save the block settings page after moving the blocks to a new
  28. region.
  29. -- FAQ --
  30. Q: It's impossible to get accounts with duplicate emails; why have this module?
  31. A: There are a few modules that bypass that safeguard and allow duplicate
  32. emails. And, during an import of users using the migrate module, accounts
  33. can be created using emails already in use by other accounts.
  34. This module is useful for listing only the accounts with duplicate emails
  35. so that the users can be contacted to correct the situation, the accounts can
  36. be merged, or just for information purposes to find out how many duplicates
  37. there are.
  38. -- CONTACT --
  39. Current maintainers:
  40. * Cathy Theys (YesCT) - http://drupal.org/user/258568
  41. This project has been sponsored by:
  42. * Yes! Training and Education
  43. Visit http://YesTrainingAndEducation.com for more information.