Quantcast
Channel: new-user-approve – WordPress.org Forums
Viewing all 121 articles
Browse latest View live

mixdmatt on "[Plugin: New User Approve] Ignoring Set Password"

$
0
0

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!


leumund on "[Plugin: New User Approve] Ignoring Set Password"

$
0
0

Thank you mixdmatt. Thats what was missing. Now i have a very nice supportsite.

tinsterman on "[Plugin: New User Approve] Paged Results and Mass Approve"

$
0
0

I agree this would be great features to implement

tinsterman on "[Plugin: New User Approve] Page not loading"

Web2Guru on "[Plugin: New User Approve] Paged Results and Mass Approve"

$
0
0

I have customized the plugin to fit my needs, but not like I "envisioned" above.

Here are the features I have added:

  • Paged - shows 100 users at a time
  • Mass Approve/Deny - Select multiple users by check-boxes, and select all (of the 100 that are displayed)
  • Sort by (and display) Registration Date-Time (instead of alphabetically)

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.

tinsterman on "[Plugin: New User Approve] Paged Results and Mass Approve"

$
0
0

Great work - @Web2Guru - we are currently working on modifying the plugin too for paging and mass Approve/Deny
Maybe we can collaborate?

Web2Guru on "[Plugin: New User Approve] Paged Results and Mass Approve"

$
0
0

Sure, that would be great. I will get together the changes I have made and post them here later.

tinsterman on "[Plugin: New User Approve] Paged Results and Mass Approve"

$
0
0

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


jubalince on "[Plugin: New User Approve] How to activate filters?"

jubalince on "[Plugin: New User Approve] How to activate filters?"

$
0
0

Hi, I found this answered further down the forum, sorry for the repost. Great plugin, thanks!

bowoolley on "[Plugin: Members] Buddypress compatibility"

$
0
0

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...

http://wordpress.org/extend/plugins/members/

Srikanth Pulluru on "[Plugin: New User Approve] Version 1.5 problems"

$
0
0

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

http://wordpress.org/plugins/new-user-approve/

Josh Harrison on "[Plugin: New User Approve] Version 1.5 problems"

$
0
0

Interesting. How many registered users does your site have? Any details you can provide would be helpful.

Alelivelt on "[Plugin: New User Approve] NUA prevents searching for users"

bottway on "[Plugin: New User Approve] Captcha not stopping spammers?"


dwozz on "[Plugin: New User Approve] NUA prevents searching for users"

$
0
0

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!

Josh Harrison on "[Plugin: New User Approve] NUA prevents searching for users"

$
0
0

I just uploaded a new version to fix this bug. Let me know if you have any more issues.

Alelivelt on "[Plugin: New User Approve] NUA prevents searching for users"

frionel on "[Plugin: Cimy User Extra Fields] "ERROR: This email is already registered" when signing up"

$
0
0

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.

http://wordpress.org/plugins/cimy-user-extra-fields/

bvstrien on "[Plugin: New User Approve] User status after deactivating plugin?"

$
0
0

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!

https://wordpress.org/plugins/new-user-approve/

Viewing all 121 articles
Browse latest View live