Allow Multiple Accounts
Allow multiple user accounts to be created, registered, and updated having the same email address.
The facts
- Rating
- 5★ from 22
- Active installs
- 9k+
- Price
- Free
- Last updated
- 28 Nov 2017
- Added
- Jun 2009
- Requires WP
- 3.6
- Tested up to
- WP 4.2.39
- Downloads
- 81,302
Our analysis
AI-assistedAllow Multiple Accounts is a WordPress plugin that enables the creation of multiple user accounts with the same email address. By default, WordPress restricts email addresses to a single account, but this plugin removes that limitation, allowing for greater flexibility in user registrations.
The plugin includes a settings page where you can control which email addresses can have multiple accounts, set limits on the number of accounts per email, and view a list of user accounts sharing the same email. It is compatible with Multisite and BuddyPress, making it suitable for various types of WordPress installations.
Best for: This plugin is suitable for sites that require multiple user accounts for the same email address, such as community or membership sites.
What it does well
- ✓Allows multiple accounts with the same email address
- ✓Settings page for managing email permissions and account limits
- ✓Compatible with Multisite and BuddyPress
- ✓Provides template tags for theme integration
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Last updated in November 2017, may not be compatible with newer WordPress versions
- •Limited information on support or documentation
Verdict
Allow Multiple Accounts offers a specific solution for managing user registrations with shared email addresses. However, its age may affect compatibility with recent WordPress updates.
From the developer
Scott Reilly's own description of Allow Multiple Accounts, lightly tidied.
Allow multiple user accounts to be created, registered, and updated having the same email address.
By default, WordPress only allows a specific email address to be used for a single user account. This plugin removes that restriction.
The plugin’s settings page (accessed via Users -> Multiple Accounts or via the Settings link next to the plugin on the Manage Plugins page) provides the ability to allow only certain email addresses the ability to have multiple accounts (such as if you only want admins to have that ability; by default all email addresses can be used more than once). You may also specify a limit to the number of accounts an email address can have (by default there is no limit).
The settings page also provides a table listing all user accounts that share email addresses (see screenshot).
Compatible with Multisite and BuddyPress as well.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage
Template Tags
The plugin provides three optional template tags for use in your theme templates.
Functions
<?php c2c_count_multiple_accounts( $email ); ?>
Returns a count of the number of users associated with the given email.
<?php c2c_get_users_by_email( $email ); ?>
Returns the users associated with the given email.
<?php c2c_has_multiple_accounts( $email ); ?>
Returns a boolean indicating if the given email is associated with more than one user account.