https://github.com/drupal-modules/sharedemail
Drupal 8+ module that overrides core's user module validation
https://github.com/drupal-modules/sharedemail
drupal drupal-6 drupal-6-module drupal-7 drupal-8 drupal-module drupal-project drupal6 drupal7 drupal7-module drupal8 email
Last synced: 15 days ago
JSON representation
Drupal 8+ module that overrides core's user module validation
- Host: GitHub
- URL: https://github.com/drupal-modules/sharedemail
- Owner: drupal-modules
- Created: 2019-03-11T23:07:28.000Z (almost 7 years ago)
- Default Branch: 3.x
- Last Pushed: 2023-01-04T17:36:03.000Z (about 3 years ago)
- Last Synced: 2025-12-20T01:29:43.186Z (about 2 months ago)
- Topics: drupal, drupal-6, drupal-6-module, drupal-7, drupal-8, drupal-module, drupal-project, drupal6, drupal7, drupal7-module, drupal8, email
- Language: PHP
- Homepage: https://www.drupal.org/project/sharedemail
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 remove the unique constraint for the email using a hook.
REQUIREMENTS
------------
None.
INSTALLATION
------------
Install as usual, see [Installing contributed modules
](https://drupal.org/node/895232) for further information.
CONFIGURATION
-------------
1. Navigate to settings form through `Admin > Configuration > People > Shared
E-Mail Settings`
or directly at path `/admin/config/people/shared-email`