Opened 12 years ago
Closed 12 years ago
#5359 closed defect (bug) (fixed)
Groups wp-admin UI autocomplete should exclude spammed members
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.0 | Priority: | normal |
| Severity: | normal | Version: | 1.7 |
| Component: | Administration | Keywords: | has-patch commit |
| Cc: |
Description
The user autocomplete in the Groups wp-admin screen returns users who have been marked as spam. This was observed on a multisite install.
The issue is in bp_groups_admin_autocomplete_handler() where we use get_users(). I think BP_User_Query should be updated to not fetch spammed users by default.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
5359.diff is excluding users marked as spam ;)