[buddypress-trac] [BuddyPress Trac] #7454: User in DB (status 2) but not showing in Admin
buddypress-trac
noreply at wordpress.org
Wed Mar 1 20:12: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 r-a-y):
As JJJ has stated, BuddyPress 2.0 has moved to the same signups system
that powers WordPress multisite.
For backward compatibility, we still create users with `user_status = 2`:
https://buddypress.trac.wordpress.org/browser/tags/2.8.1/src/bp-members
/bp-members-functions.php?marks=1840-1861#L1840
However, their user activation key should be set according to the code
block linked to above. So, it's a bit interesting why you do not see an
associated activation key for those users.
If you want to disable the creation of these users entirely, add the
following to `wp-content/plugins/bp-custom.php`:
`define( 'BP_SIGNUPS_SKIP_USER_CREATION', true );`
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7454#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list