Skip to content
  • Log In
  • Register
WordPress.org

Sardu

  • Themes
  • Plugins
  • News
  • About
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Download

Eonet Manual User Approve

By Alkaweb
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Eonet Manual User Approve changes the registration behavior of your WordPres site. When the plugin is active, if an user
signs up, any email containing password isn’t sent to him, instead he is alerted that have to wait for the adminin
approvaation before be able to access.
Meantime, the admin is alerted that a new user requested an approvation, he will be able to see the user informations,
and decide if allow or deny to access. In both cases, the user is alerted by email about the admin action. If he
has been approved, he will receive an email containing credentials.

Main features:

  • Allows the admin to approve or deny user sign up
  • Disallow users to login if they are not approved
  • Disallow users to reset password if they are not approved
  • Send automatic emails to both users and admin on every important action
  • You can change the content of all the messages
  • Filter users by approval status
  • SUPER easy to use, just install and active it, it’s done.

Featured compatibility:

  • Full compatible with BuddyPress

For developers:

  • Hooks/Filters available in all the plugin code
  • Documented code
  • GPL license
  • Secure development using tokens and WordPress native functions

Screenshots

  • Login page with additional welcome message
  • Users list with additional filters and actions to approve or deny users
  • Options page

Installation

  1. Upload the plugin files to the /wp-content/plugins/eonet-manual-user-approve directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go in “Eonet > Settins > Manual User Approve” and change the content of the messages
  4. It’s done, now you can approve or deny users from WordPress users screen.

FAQ

What are the variables allowed in the emails content?
  • {{$site_name}} – The name of the site
  • {{$site_url}} – The url of the site
  • {{$pending_users_url}} – The url to the lists of users in the backend, already filtered to show only the pending users
  • {{$access_url}} – It should represents the url where the user can login. By default it points to the homepage
  • {{$user_login}} – The username of the user involved in the message
  • {{$user_email}} – The email of the user involved in the message
  • {{$user_firstname}} – The first name of the user involved in the message (note that it might be empty if not filled)
  • {{$user_lastname}} – The last name of the user involved in the message (note that it might be empty if not filled)
  • {{$display_name}} – The display name of the user involved in the message
How to disable the password reset after user approval?

This can be useful if you are using some other third part membership plugin. You have to add this line in the
functions.php of your child theme:

add_filter( 'eonet_mua_avoid_password_reset', '__return_true');

Reviews

Plugin deleted all my customers

squatter1 May 2, 2019
This plugin caused me lot of trouble. It provably deleted all my customer accounts! Twice! I had to restore db backup twice and it cost lot of trouble to me and also my customers. I definitely DO NOT recommend this plugin.

Working well. 🙂

daneloctober January 14, 2019
We had a bit of trouble customizing at the start, I'm not sure but documentation needs to be a bit more extensive. But overall a very useful plugin. 🙂

Crashed Everything

fplouy November 21, 2018
No email was sent from articles or forum after installing end uninstalling the plugin. Support stay with no response from a more than a month ago A big fear for me.....

Conflict with Asgaros Forum

anandaxp September 13, 2018
Plugin works as described. only issue is my Asgaros forum started showing all my registered members as logged in (700 odd users). please check this conflict and thank you for making a great product.

Great plugin

bdebever March 29, 2018
Does what's supposed to - good job!

works well

motonori January 17, 2018
Works better than other similar plugins with my configuration. But I'd like to approve after user's profile (names, etc.) have been set.
Read all 12 reviews

Contributors & Developers

“Eonet Manual User Approve” is open source software. The following people have contributed to this plugin.

Contributors
  • Alkaweb
  • Webbaku

Translate “Eonet Manual User Approve” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.1.3 – February 2nd, 2019

  • (C)(NEW) Bootstrap 4.2 and Font Awesome 5 support
  • (FIXED) Missing users in the listing page

2.1.2 – October 2nd 2018

  • (FIXED) Missing plugin name

2.1.1 – September 23th 2018

  • (NEW) Multiple receivers support for the admin notification
  • (IMPROVED) Activation workflow by removing confusion with the BuddyPress pending tab
  • (FIXED) Unsent admin emails
  • (FIXED) BuddyPress registration issues

2.1.0 – March 12th 2018

  • (FIXED) Now the plugin can overrides the default email sent by BuddyPress to the admin when a new user signs up

2.0.5 – February 22th 2018

  • (IMPROVED) Added a filter that allows to change easily the receivers of admin notifications
  • (FIXED) Conflicts with Eonet theme settings

2.0.4 – September 21th 2017

  • (FIXED) Dropdown menu doesn’t open yet in certain conditions
  • (FIXED) Some settings come back to default after saved them

2.0.3 – July 21th 2017

  • (FIXED) An issue coming from the previous update

2.0.2 – July 21th 2017

  • (FIXED) Javascript error in the backend (Woffice conflict)

2.0.2 – July 20th 2017

  • (FIXED) A wrong folders structure

2.0.1 – July 20th 2017

  • (IMPROVED) Added more variables to the custom messages (see the FAQ)
  • (IMPROVED) Added a security check on every page, instead that only on sign up
  • (UPDATED) The Eonet core inside the plugin
  • (FIXED) The conflict with Bootstrap dropdown menu

2.0.0 – March 15th 2017

  • (NEW) Now is possible to change the content of all the messages displayed and the emails sent by the plugin
  • (NEW) Option to enable/disable email to the admin when a new user is waiting for approval

1.0.4 – March 12th 2017

  • (C)(IMPROVED) Options Style

1.0.3 – February 10th 2017

  • (IMPROVED) English grammar and spelling and updated .pot language file
  • (IMPROVED) Added text color to the action links in users list
  • (IMPROVED) Permissions check, now the users can be approved or denied from every user tat has capability “edit_users”
  • (FIXED) Some notice errors in the users list
  • (C)(IMPROVED) Translation management

1.0.2 – 6th January 2017

  • (NEW) Translation file

1.0.1 – 1st November 2016

  • Replaced constant definition with filters in order to improve extensibility
  • (C)(FIXED) the built-in component installer
  • (C)(FIXED) version number

1.0.0 – 28th October 2016

  • Initial Release

Meta

  • Version: 2.1.3
  • Last updated: 4 years ago
  • Active installations: 1,000+
  • WordPress Version: 3.0.1 or higher
  • Tested up to: 5.0.18
  • Language:
    English (US)
  • Tags:
    approveloginregistrationsign upusers
  • Advanced View

Ratings

See all
  • 5 stars 6
  • 4 stars 1
  • 3 stars 1
  • 2 stars 2
  • 1 star 2
Log in to submit a review.

Contributors

  • Alkaweb
  • Webbaku

Support

Issues resolved in last two months:

0 out of 1

View support forum

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Sardu

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry.