[buddypress-trac] [BuddyPress Trac] #7454: User in DB (status 2) but not showing in Admin
buddypress-trac
noreply at wordpress.org
Wed Mar 1 18:32:39 UTC 2017
#7454: User in DB (status 2) but not showing in Admin
--------------------------+------------------------------
Reporter: Maniou | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Members | Version: 2.8.0
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by johnjamesjacoby):
Hello @Maniou, thanks for the ticket.
Users with a `user_status` of 2 are likely (hopefully) from before
BuddyPress was installed, or from before BuddyPress 2.0.
Since 2.0, BuddyPress comes with the `bp_members_migrate_signups()`
function, which happens as part of the 2.0 upgrade.
----
Another part of this is largely a "known issue" with WordPress itself, and
BuddyPress has yet to enforce any other rules or ideas around this area.
Related WordPress tickets:
* https://core.trac.wordpress.org/ticket/36196
* https://core.trac.wordpress.org/ticket/34615
* https://core.trac.wordpress.org/ticket/34316
* https://core.trac.wordpress.org/ticket/27972
* https://core.trac.wordpress.org/ticket/20854
----
You could try running the `bp_members_migrate_signups()` function
manually, which will take all users with the `user_status` of 2 and give
them an entry in `wp_signups`.
If that does the trick, please feel free to close this ticket on your own.
If not, please include as many more details about these users as your are
comfortable, which will help us determine if there's anything else worth
doing.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7454#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list