Allow Multiple Accounts is a WordPress app, with a 5.0 average rating from 22 reviews, as of Jul 14, 2026.
Allow Multiple Accounts is a WordPress Plugin Directory app by Scott Reilly. With a rating of 5.0★ from 22 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Allow Multiple Accounts is a category-leading WordPress app with a limited review volume. It is listed in the Registration category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 22 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Scott Reilly — established developer track record
Cons
- −Limited review base (22) — ratings can shift significantly with new feedback
Looking to switch from Allow Multiple Accounts?
See Allow Multiple Accounts's alternatives ranked by audit score, rating, and review velocity.
How Allow Multiple Accounts works
Show full descriptionShow less
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.
Arguments
$email (string)
An email address.
Filters The plugin exposes three filters for hooking. Typically, customizations utilizing these hooks would be put into your active theme’s functions.php file, or used by another plugin.
c2c_count_multiple_accounts (filter) The ‘c2c_count_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_count_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
Arguments:
same as for c2c_count_multiple_accounts()
Example:
Instead of:
<?php echo c2c_count_multiple_accounts( $email ); ?>
Do:
<?php echo apply_filters( 'c2c_count_multiple_accounts', $email ); ?>
c2c_get_users_by_email (filter) The ‘c2c_get_users_by_email’ hook allows you to use an alternative approach to safely invoke c2c_get_users_by_email() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
Arguments:
same as for c2c_get_users_by_email()
Example:
Instead of:
<?php echo c2c_get_users_by_email( $email ); ?>
Do:
<?php echo apply_filters( 'c2c_get_users_by_email', $email ); ?>
c2c_has_multiple_accounts (filter) The ‘c2c_has_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_has_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
Arguments:
same as for c2c_has_multiple_accounts()
Example:
Instead of:
<?php echo c2c_has_multiple_accounts( $email ); ?>
Do:
<?php echo apply_filters( 'c2c_has_multiple_accounts', $email ); ?>
Category rankings
As of Jul 14, 2026- Account#0of 5Top 1%
- Multiple accounts#0of 1Top 1%
- Registration#0of 67Top 1%
- Signup#0of 32Top 1%
- Email#46of 718Top 7%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Allow Multiple Accounts doesn't have curated competitor matchups yet. Other tracked registration apps on WordPress:
Where Allow Multiple Accounts stands in the Registration category
Allow Multiple Accounts ranks #0 of 67 apps in the Registration category, placing it in the top 1% of the listing.
Frequently asked questions
What is Allow Multiple Accounts?
Allow Multiple Accounts is an app for WordPress. It currently holds a 5.0-star rating from 22 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Registration category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Scott Reilly.
Who uses Allow Multiple Accounts?
Currently around 9,000 active stores have installed Allow Multiple Accounts. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Registration category on WordPress.