README.txt |
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… |
README.txt |
modules/sharedemail_subuser/README.txt |
|
Sharedemail Subuser
-------------------
This modules integrates the Shared Email and Subuser modules. It provides the
following functionality.
1. Subusers use the same email address as their parent account.
2. Only Subuser accounts may use an email… |
sharedemail.info |
sharedemail.info |
|
name = "Shared Email"
description = Allow site members to use the same email address more than once.
core = 6.x |
sharedemail.install |
sharedemail.install |
|
Allows for muliple users to share an email address |
sharedemail.module |
sharedemail.module |
|
Allows users to share an email address |
sharedemail.test |
tests/sharedemail.test |
|
|
sharedemail_subuser.info |
modules/sharedemail_subuser/sharedemail_subuser.info |
|
; $Id$
name = "Shared Email Subuser"
description = "Integrate Subuser module with Shared Email."
dependencies[] = "sharedemail"
dependencies[] = "subuser"
core = "6.x" |
sharedemail_subuser.module |
modules/sharedemail_subuser/sharedemail_subuser.module |
|
Integrate Subuser and Shared Email modules. |