Opened 7 years ago
Closed 7 years ago
#3122 closed defect (bug) (wontfix)
Imported users are not searchable until password is reset
Reported by: | sourfew | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Extend - BuddyPress | Keywords: | |
Cc: |
Description
bbpress 2.6 rc3
wordpress 4.7.5
Imported users and posts from Vbulletin 4.2.2
95000 topics
650000 replies
25000 users
This might be related to buddypress!!
Imported users are not listed nor searchable on members page in buddypress.
Change History (4)
#1
@
7 years ago
- Summary changed from Imported users are searchable until password is reset to Imported users are not searchable until password is reset
#3
@
7 years ago
As far as I'm concerned, this is a BuddyPress feature instead of bbPress bug. To avoid spam, users have to activate their accounts, instead of being imported.
#4
@
7 years ago
- Component changed from General to Extend - BuddyPress
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
This is expected behavior in BuddyPress, largely to avoid spammy users who have never logged in from appearing in the members list.
Users aren't "Active" until they've logged in, at which point they'll get an entry in the bp_activity
database table to expose their last activity time. Until that happens, they will not appear in the members directory under "Active Users".
Maybe expected behavior as with no roles for imported users?