Front End Users
by Rustaurius 4.1 (56 reviews)

Front End Users

A customizable front end user management plugin for membership sites. Use shortcodes for registration, login, restricting access, membership fees, etc

Front End Users ranks #9,830 among WordPress.org plugins with 400+ active installations, is #474 of 3,354 in the Communication category, a 4.1/5 rating from 56 reviews, and was last updated Dec 2, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9 (Current: 7.1)
vtrunk Current Version vtrunk
Updated 9 months ago Last Update on 02 Dec, 2025
Refreshed 7 hours ago Last Refreshed on
#474 of 3,354 in Communication Top 25% by installs Downloads -14.4% this week
View on WordPress.org
Rank
#9,830
-8 this week
Active Installs
400+
-12.5%
KW Avg Position
17.3
0.3 worse
Downloads
231K
+4 today
Support Resolved
0%
No change
Rating
82%
Review 4.1 out of 5
4.1 (56 reviews)

Next Milestone 500

Total Progress 40%
400+ 500+
684
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 60 more installs to reach 500+

Rank Changes

9,803 9,814 9,826 9,837 9,848 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
9,790 9,805 9,820 9,835 9,850 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
Current #9,830
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
0 10 20 30 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.1
56 reviews
Overall 82%
5
39 (70%)
4
5 (9%)
3
1 (2%)
2
0 (0%)
1
11 (20%)

Security History

Source: WPVulnerability

14 known vulnerabilities on record · 8 in the last 24 months · checked 1 month ago

  1. Front End Users [front-end-only-users] < 3.2.34

    CVE-2025-62072 · Fixed in v3.2.34

  2. UNPATCHED

    Front End Users [front-end-only-users] <= 3.2.35 (unfixed)

    CVE-2025-58235 · No fix released

  3. UNPATCHED

    Front End Users [front-end-only-users] <= 3.2.35 (unfixed)

    CVE-2025-47580 · No fix released

  4. Front End Users [front-end-only-users] < 3.2.33

    CVE-2024-12410 · Fixed in v3.2.33

  5. Front End Users [front-end-only-users] < 3.2.33

    CVE-2024-13569 · Fixed in v3.2.33

  6. Front End Users [front-end-only-users] < 3.2.33

    CVE-2025-2005 · Fixed in v3.2.33

  7. Front End Users [front-end-only-users] < 3.2.31

    CVE-2025-26877 · Fixed in v3.2.31

  8. Front End Users [front-end-only-users] < 3.2.31

    CVE-2024-13563 · Fixed in v3.2.31

  9. Front End Users [front-end-only-users] < 3.2.29

    CVE-2024-7606 · Fixed in v3.2.29

  10. Front End Users [front-end-only-users] < 3.2.29

    CVE-2024-7607 · Fixed in v3.2.29

Showing the 10 most recent of 14 records.

TL;DR

AI summary of the plugin's readme

Front End Users is for site owners building membership or restricted-access sites who want front-end user registration and login without giving members access to the WordPress dashboard. It solves the problem of managing user registration, login, and content restriction entirely on the front end, using shortcodes or Gutenberg blocks instead of custom development.

  • Front-end user registration and login
  • Content restriction via shortcodes
  • Gutenberg blocks for registration/login/logout
  • Customizable membership fields
  • Bulk user import via spreadsheet
  • Customizable user email notifications
  • PayPal & Stripe payment integration
  • MailChimp integration for new users

Frequently Asked Questions

Common questions about Front End Users

Register Form: [register] Login Form: [login] Logout Form:[logout] Toggle:[login-logout-toggle] Edit Profile Form: [edit-profile] Edit Account Information: [account-details] Restricted Content: [restricted][/restricted] Inserting User Information: [user-data] User Search Form: [user-search] User List: [user-list] User Profile: [user-profile] (Premium shortcode) Forgot Password: [forgot-password] Confirm Forgot Password: [confirm-forgot-password] Type the shortcode name and help (ex:[login help) in any WordPress page to get a complete list of the shortcode's attributes.
On the admin page, go to the "Fields" tab. After creating fields, you can drag and drop them to change their order.
You can use the [restricted] shortcode to block sections from non-logged in users, as well as to block other sections from logged-in members. To block content from non-logged in visitors, you'd simply wrap the content in [restricted][/restricted] tags: [restricted]Content goes here[/restricted] To block a portion of content from logged in users, it would looks like: [restricted block_logged_in='Yes']Content goes here[/restricted] For either tag, you can suppress the message that appears for blocked users if you want to hide content seamlessly by adding "no_message='Yes'" so: [restricted no_message='Yes']Content goes here[/restricted]
You need to add the following attributes to your [login] or [register] shortcodes: ‘redirect_field’: the field the redirect is based off of (ex. Gender) and ‘redirect_array_string’: a comma separated list of pages to redirect to (ex. Male => http: //ManPage.com, Female => http: //WomanPage.com)
You can use the [user-data field_name='First Name'] shortcode, assuming that you called your field "First Name" for a user's first name.
Click on the user you want to approve to see their details and there should be a radio button at the top of the page to approve the user.
To restrict content to a certain level(X) your shortcode would be: [restricted level='X']...content[/restricted] For all levels above "X" level: [restricted minimum_level='X']...content[/restricted] For all levels below "X" level: [restricted maximum_level='X']...content[/restricted]
You can add the attribute ‘redirect_page’ to the register tag to send newly registered users to a new page: [register redirect_page='http://www.example.com']
Check the “Options” page, and make sure that 'Login Time' isn't blank. If it's blank, then you're only logged in for a second. Anything non-blank and higher than 0 should solve the problem.
You can add the attribute [no_message='Yes'] to your shortcode, so it would look something like this: [restricted field_name='Name' field_value='Alex' no_message='Yes''/restricted]

More plugins by Rustaurius

Sign In / Register

You need to sign in or register to use this feature.