Using User Search
-
Just updated to the latest version of wordpress, and not too happy with the results.
I use the search function on the users superadmin tab a few times a week, to search for email domains such as 163.com who has signed up, as these users are generally spam, i look for domains that has come up a few times, and then search for the domain name in search users – the previously version used to bring up the results of any users using a email address matching the search string, and then I would just select all and mark as spam.
This no longer works!
does anyone have any ideas?
-
Wildcard in the front of the string will not work. niether will partials, actually.
Myna* will work.
This is not good, particles worked before and dealt with the situation fine for me!
How can I change this back??!
it was really handy when I had loads of signups from the same spammy domain to find them all in a search to group them, and then mark as spam!!
If i had known the search function had changed in 3.1, I wouldn’t have bothered upgrading!!
it was really handy when I had loads of signups from the same spammy domain to find them all in a search to group them, and then mark as spam!!
Then go BLOCK THEM in the moderation list. Save yourself some work, you;re doing this the long way around.
Did the search change? Yes.
Is it different? Yep
Does it still work? Yes, but differently than you are used to.the point is – rather than downgrading (which you can do) I’m suggesting you fix the other issue. You won’t *have to* keep searching like that if you were blocking them properly in the first place.
Also, you can zip to the end of the list without searching.
(Yes, I run my own networks. I rarely have to search for spam signup and when I do, I don;t do it like that.)
Then go BLOCK THEM in the moderation list. Save yourself some work, you;re doing this the long way around.
i DO block the domains in the moderation list, I just had to search for domains again when a new domain gets added with loads of spam blogs, hence why I have to do another user search, and they’re not always on the very last page.
Did the search change? Yes.
Is it different? Yep
Does it still work? Yes, but differently than you are used to.No it doesn’t work – not in the way that I preferred/wanted it to work in the past
the point is – rather than downgrading (which you can do) I’m suggesting you fix the other issue. You won’t *have to* keep searching like that if you were blocking them properly in the first place.
As mentioned before, I do add domains to the blocked domains list, but when new domain have come through the net, they are added as I go along.
Also, you can zip to the end of the list without searching.
Yes, fair enough you can, but I want to use the search to bring up all the same signup email domain so that i can do the click all, and mark as spam – simples.
(Yes, I run my own networks. I rarely have to search for spam signup and when I do, I don;t do it like that.)
Whats your secret to a no spam signup, everything I have tried has slipped throuh the net and spam signups still exists. yesterday alone, I got 100 spam signups!!
The change was made to match the STANDARD way searches work in most apps, actually. Sorry you don’t like it, but don’t expect it to change. It was done to meet web standards.
I get next to no spam sign ups as well:
I use Akismet, Bad Behavior, Cookies for Comments (with the .htaccess tweak for blocking users from my signup page) and this: https://wpmututorials.com/how-to/spam-blogs-and-buddypress/Search was changed because it doesn’t scale well.
With regards to leading wildcards, that is something we considered, but decided against straight-up implementing it. Trailing wildcards are okay on performance cause it can search the start of the field, but leading definitely hurt the DB. (I actually think that leading is just as bad as both leading and trailing, but I haven’t confirmed.)
–Andrew Nacin
If you understand the performance impact and want to change this then you can write a plugin and hook into WP_User_Query to change the behavior.
Whats your secret to a no spam signup, everything I have tried has slipped throuh the net and spam signups still exists. yesterday alone, I got 100 spam signups!!
I’ve covered it literally hundreds of times here in the forums and in the old mu forums and in my blog (wpmututorials,com)
Biggest thing you can do: go to Network Admin -> Options. UNCHECK the box that says “Allow users to add other users”
that means spammers let their spammy little friends in.
Does anyone know of a plugin that can do the search like letsserveit described?
In my case, I use my WP for a class I help staff and we have hundreds of students that sign up for user accounts, I need to be able to search based on their email address so I can give them the access they need and put them in the right user group.
This is really bad. I too would have skipped the upgrade had I known. At this point, if the students don’t use their real name as part of their user account, I have no way to find them.
Does anyone have any ideas on how I can get back the “search for users by email domain/whatever” functionality?
Thank you,
MarkusMaybe not a true secure solution, but what I did was just uploaded the old wp-admin/ms-users.php file and directly call it in the browser, You get the search option back to how it was before, but you will need to go to the address manually each time that you want to do a search.
You’ll also need to upload the old wp-admin/ms-edit.php, as it calls onto this if you edit/change anything
I need to be able to search based on their email address so I can give them the access they need and put them in the right user group.
This is really bad. I too would have skipped the upgrade had I known. At this point, if the students don’t use their real name as part of their user account, I have no way to find them.
if you know their full email address, it shoudl still find them.
Yes that worked(searching by full email) – thank you all very much!
I’ve read the whole discussion and I do not agree with some comments here. Someone want to tell me that excluding the option to search the users table by email is a step forward? Come on – I have 90k users, almost NO spam registrations, but many many dumb users who doesn’t know how to behave or who can’t learn how to use the option to reset their password and I need to find them by email address since they contact us via the contact form, using some other name and their active email address. I tried to search for myself using the full email address but with no success so it doesn’t work – definitely. Yes, I’m used to the way that I used for many years, I liked the way better and the most important thing – it was MUCH MUCH easier before the new option. Using wildcards is ok, but together with the option to search the users by email.
And now – how shell I find the users that forgot their username AND password?
Definitely a step backwards!FYI, posting the same question multiple times does not endear you to the mods ??
You CAN search by [email protected] – I do it every day for the exact same reason (I have a numbnut user who is incapable of remembering her password). And you know what? I was wrong about something. You can search for *@domain.com too!
You can’t do wildcards in front from the network admin, but it works fine from the per-site users, and you CAN search for the full email address on the network admin.
i do not have the intention to draw attention of the mods but since there are two similar topics, i wanted to share my opinion on both. Unfortunately in my wp installation 3.1.1 search using users emails doesn’t return any results even when i type my own email address.
Upgrade to 3.1.2 – Works perfectly for me so either it was fixed in the latest version, or you have a plugin conflict.
- The topic ‘Using User Search’ is closed to new replies.