Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Drupal 8+ module that overrides core's user module validation

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`