I used this yesterday, add to functions.php
:
function ignore_new_user_autopass() {
return true;
}
add_filter( 'new_user_approve_bypass_password_reset', 'ignore_new_user_autopass' );
May not be 100% correct but it worked!
I used this yesterday, add to functions.php
:
function ignore_new_user_autopass() {
return true;
}
add_filter( 'new_user_approve_bypass_password_reset', 'ignore_new_user_autopass' );
May not be 100% correct but it worked!
Thank you mixdmatt. Thats what was missing. Now i have a very nice supportsite.
I agree this would be great features to implement
Our new user page is not loading.
It used to load perfectly but now it seems to time out.
Could it be that we have to many new users? Practically hundreds.
Please let us know.
I have customized the plugin to fit my needs, but not like I "envisioned" above.
Here are the features I have added:
However, I did not add options to control these changes, they are all hard coded in the plugin file. So for example, there is no way to only show 50 users per page or 500 users per page, its hard coded at 100 (without editing the plugin file). There is also no way to switch between sorting alphabetically and sorting by registration date. I am planning to work on these options at some point, but it may be months before that happens.
Another feature that is needed is a way to mass delete the denied users, as right now they still exist after being denied and take up space in the database. I will be working on this mass delete feature very soon.
Once I get the mass delete added, I might look into the other options I want to add, if I have time I might see about getting those added too, then I will clean up the code and submit it to the author - maybe some of my changes will get included in an update.
Great work - @Web2Guru - we are currently working on modifying the plugin too for paging and mass Approve/Deny
Maybe we can collaborate?
Sure, that would be great. I will get together the changes I have made and post them here later.
We are just starting... we found one problem with the plugin which is that it can't deal with over 3000 members.. It takes to long to list the Approved Members, so for now we are only showing the users pending approval, so the code doesn't time out.
I will post our code tomorrow
How do I activate this filter?
"There is a filter available (new_user_approve_bypass_password_reset) to turn off this feature."
Thanks!
Hi, I found this answered further down the forum, sorry for the repost. Great plugin, thanks!
Hi - I'm quite willing to pay to join Justin Tadlock's forum if I do decide to use this plugin, but I'd like to be sure it's going to work first...
I am creating a private site with groups. I'm trying out Buddypress for the first time and am running into problems making the site really private (no view of ANYTHING to non-logged-in visitors.)
I've used the Members plugin on other sites, and it's great. But with Buddypress, because of the redirect to an activation page, things don't work out.
I'd also like to be able to approve new users; on other sites I use New User Approve.
Can anyone tell me if there's a workaround? Does Members actually work with Buddypress and New User Approve? (OT: Is it actually possible to make a Buddypress site really private??)
Many thanks for your input...
Hello ,
Im getting error message in approve new user Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /public_html/site.com/wp-includes/wp-db.php on line 1551
and also im unable to search user in my site dashboard when new user approve plugin is activated..
please assist me how to solve this problem
Interesting. How many registered users does your site have? Any details you can provide would be helpful.
When viewing all users, with NUA activated searching for users no longer works. Searching for users works fine as soon as NUA is deactivated.
I am using New User Approve, and have a Captcha installed. However, whether the user enters a captcha code or not, and whether they get an error or not, I'm still receiving the request for approval/denial. Any help is appreciated!
http://www.comefriusa.com/wp-login.php?action=register
This is also happening to me.
The search functionality is also lost when searching for pages as well as users.
Disable the NUA plugin and all works well!
I just uploaded a new version to fix this bug. Let me know if you have any more issues.
Great, works fine now. Thanks.
Hello all,
Someone else set up this WordPress site, and I'm trying to fix a few things. But I ran into an odd problem. When registering for the site, it provides this error message:
"ERROR: This email is already registered, please choose another one."
It still gets submitted to the WordPress dashboard for the admins to approve, yet to the regular person trying to register for the site, they would never know.
I want that message to go away, and better yet, I would like it so it redirects to a page saying something along the lines of, "Thank you for registering, you will receive an email shortly", etc.
The site uses the Cimy User Extra Fields plugin, and the New User Approve plugin. So I'm not sure if it has to do with the wp-login.php, or if it is a conflict between the two plugins, or if it is an error of either plugin.
The registration form in question can be found at this link:
http://medimizer.com/wp-login.php?action=register
I really appreciate any advice anyone could give me. Thank you.
Hi there,
I exported all my users from Joomla to Wordpress. After that i installled your plugin and alll my users had the status: PENDING
I can change that status to APPROVED or DENIED
But, i'm wondering what the status will be after deactivating the plugin, while the users are still on PENDING in your Plugin?. Are my users still pending? Or are they all activated automaticly? If still pending, how to activate them without changing their username and password?
I just can't find what will happen to their status after deactivating your plugin?
Thanx!