Title: One Email, Multiple Users
Author: sprintplugins
Published: <strong>July 31, 2026</strong>
Last modified: July 31, 2026

---

Search plugins

![](https://ps.w.org/one-email-multiple-users/assets/banner-772x250.png?rev=3630385)

![](https://ps.w.org/one-email-multiple-users/assets/icon-256x256.png?rev=3630385)

# One Email, Multiple Users

 By [sprintplugins](https://profiles.wordpress.org/sprintplugins/)

[Download](https://downloads.wordpress.org/plugin/one-email-multiple-users.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/one-email-multiple-users/#description)
 * [Reviews](https://wordpress.org/plugins/one-email-multiple-users/#reviews)
 *  [Installation](https://wordpress.org/plugins/one-email-multiple-users/#installation)
 * [Development](https://wordpress.org/plugins/one-email-multiple-users/#developers)

 [Support](https://wordpress.org/support/plugin/one-email-multiple-users/)

## Description

**One Email, Multiple Users** allows several WordPress accounts to register and 
share the same email address under a controlled policy.

WordPress normally requires every account to use a unique email address. This plugin
provides a managed exception for native WordPress registration and supported third-
party registration or membership forms.

Main features:

 * Allow sharing for every valid address, selected addresses, or selected domains.
 * Exclude exact email addresses even when a broader rule allows sharing.
 * Set a maximum number of accounts that may use the same address.
 * Prevent ambiguous password-reset requests from targeting an arbitrary account.
 * Optionally send a rate-limited reminder listing the usernames associated with
   a shared address.
 * Review shared addresses and their users in a searchable, paginated screen.
 * Record allowed, refused, and failed operations in a dedicated journal.
 * Export the journal as CSV with comma, semicolon, or tab separation.
 * Automatically remove journal entries after 7, 30, or 90 days.
 * Use an AJAX administration interface without full-page reloads.
 * Choose Ocean, WordPress, or Violet administration styles, saved per administrator.
 * Enable integrations automatically or select each connector manually.

Supported connectors:

 * WooCommerce
 * BuddyPress
 * Gravity Forms User Registration
 * WPForms User Registration
 * Formidable Forms User Registration
 * Ultimate Member
 * Profile Builder
 * RegistrationMagic
 * MemberPress

Native WordPress registration support is always active. Third-party connectors are
loaded only when their related plugin is available and the connector is enabled.

### Privacy

The journal can store a timestamp, event type, result, WordPress user ID, username,
email address, request source, and a short diagnostic message. The journal is visible
only to authorized administrators or network administrators.

Journal entries are automatically deleted after the configured retention period 
of 7, 30, or 90 days. Administrators can also export or clean the journal manually.

The optional username reminder sends an email through the site’s normal WordPress
mail system. It is rate limited and disabled by default.

The selected administration style is stored as user metadata for each administrator.

The plugin does not send telemetry or personal data to the plugin author and does
not depend on an external service.

When the plugin is uninstalled, its options, scheduled cleanup event, user-interface
preference metadata, and journal table are removed.

### Internationalization

The plugin is fully internationalized with the `one-email-multiple-users` text domain.
Translations are managed through the standard WordPress.org translation platform.

### Public functions

 * `one_email_multiple_users_count_accounts( $email )`
 * `one_email_multiple_users_get_users_by_email( $email )`
 * `one_email_multiple_users_has_multiple_accounts( $email )`

### Credits

**One Email, Multiple Users** began as a substantially rewritten GPL fork of **Allow
Multiple Accounts**, originally created by Scott Reilly / Coffee2Code.

The plugin is independently maintained and is not an official continuation endorsed
by the original author. Copyright in retained portions remains with the original
copyright holders.

## Screenshots

[⌊Settings dashboard overview.⌉⌊Settings dashboard overview.⌉[

Settings dashboard overview.

[⌊Sharing policy and account limit.⌉⌊Sharing policy and account limit.⌉[

Sharing policy and account limit.

[⌊Allowed addresses, domains, exclusions, and password recovery.⌉⌊Allowed addresses,
domains, exclusions, and password recovery.⌉[

Allowed addresses, domains, exclusions, and password recovery.

[⌊Anonymized shared-email user list.⌉⌊Anonymized shared-email user list.⌉[

Anonymized shared-email user list.

[⌊Integrations overview.⌉⌊Integrations overview.⌉[

Integrations overview.

[⌊Integration activation modes and core connectors.⌉⌊Integration activation modes
and core connectors.⌉[

Integration activation modes and core connectors.

[⌊Additional connector status cards.⌉⌊Additional connector status cards.⌉[

Additional connector status cards.

[⌊Activity journal with result filters and CSV export.⌉⌊Activity journal with result
filters and CSV export.⌉[

Activity journal with result filters and CSV export.

## Installation

 1. Back up your site.
 2. Install the ZIP from **Plugins  Add New  Upload Plugin**.
 3. Activate **One Email, Multiple Users**.
 4. Open **Users  Shared Email Users** and configure the sharing policy.

On Multisite, the settings screen is available in **Network Admin  Users  Shared
Email Users** when the plugin is network activated.

## FAQ

### What happens when a shared email address is used for password recovery?

The plugin asks for the exact username instead of allowing WordPress to select an
arbitrary account. An optional, rate-limited username reminder can be enabled by
an administrator.

### Are existing accounts changed when I lower the limit?

No. The new limit applies only to future registrations and email-address changes.

### Can an excluded address still be used once?

Yes. An exclusion prevents the address from being shared by a second account; it
does not prevent the first account from using it.

### Is Multisite supported?

Yes. The policy and journal are managed at network level when the plugin is network
activated.

### Must every integration be enabled?

No. Choose automatic detection or manual activation in the **Integrations** tab.
Native WordPress support cannot be disabled.

### Does the plugin require any external service?

No. All rules and journal data remain on the WordPress installation. Email reminders
use the site’s normal WordPress mail configuration.

### What is removed when I uninstall the plugin?

The plugin removes its settings, scheduled cleanup event, user-interface preference
metadata, and journal table.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“One Email, Multiple Users” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ sprintplugins ](https://profiles.wordpress.org/sprintplugins/)
 *   [ Sprintplugins ](https://profiles.wordpress.org/gael31/)

[Translate “One Email, Multiple Users” into your language.](https://translate.wordpress.org/projects/wp-plugins/one-email-multiple-users)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/one-email-multiple-users/),
check out the [SVN repository](https://plugins.svn.wordpress.org/one-email-multiple-users/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/one-email-multiple-users/)
by [RSS](https://plugins.trac.wordpress.org/log/one-email-multiple-users/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial public release.
 * Allow several WordPress users to safely share one email address.
 * Add account limits, allowed domains, exact exclusions, and safer password recovery.
 * Add searchable shared-account management, an activity journal, CSV export, and
   automatic retention.
 * Add automatic or manual connectors for supported registration and membership 
   plugins.
 * Add Ocean, WordPress, and Violet administration styles.
 * Include fully prefixed cache keys, transients, options, metadata, and administration
   selectors.
 * Use WordPress.org language packs rather than bundled translation files.
 * Protect CSV exports against spreadsheet formula interpretation.

## Meta

 *  Version **1.0.0**
 *  Last updated **5 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [Multiple Users](https://wordpress.org/plugins/tags/multiple-users/)[multisite](https://wordpress.org/plugins/tags/multisite/)
   [User Registration](https://wordpress.org/plugins/tags/user-registration/)
 *  [Advanced View](https://wordpress.org/plugins/one-email-multiple-users/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/one-email-multiple-users/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/one-email-multiple-users/reviews/)

## Contributors

 *   [ sprintplugins ](https://profiles.wordpress.org/sprintplugins/)
 *   [ Sprintplugins ](https://profiles.wordpress.org/gael31/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/one-email-multiple-users/)