[buddypress-trac] [BuddyPress Trac] #5575: Deleting Users in Manage Signups Leaving Database Entries

buddypress-trac noreply at wordpress.org
Thu Apr 24 17:54:25 UTC 2014


#5575: Deleting Users in Manage Signups Leaving Database Entries
-------------------------------------------------+-------------------------
 Reporter:  aaclayton                            |       Owner:
     Type:  defect (bug)                         |      Status:  new
 Priority:  high                                 |   Milestone:  2.0.1
Component:  Administration                       |     Version:  2.0
 Severity:  major                                |  Resolution:
 Keywords:  needs-testing has-patch reporter-    |
  feedback 2nd-opinion                           |
-------------------------------------------------+-------------------------

Comment (by aaclayton):

 OK, here's some testing on my live site.

 New user registrations create:
 1) a wp_users entry with user_status = 2 and activation_key left blank
 2) wp_usermeta entries for default meta entries with the activation_key
 meta populated
 3) a wp_signups entry

 I am able to manually activate the user. This changes user_status to zero,
 deletes the activation_key usermeta row, and changes active = 1 in the
 wp_signups table. Looks to be working as intented so far.

 If I attempt to delete a pending activation, ONLY the wp_signups entry is
 removed. The entries in wp_users and wp_usermeta are left untouched. So
 the problem reported in my original ticket persists. I'll try again with
 the .diff applied. More info to come.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5575#comment:13>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list