[buddypress-trac] [BuddyPress Trac] #8258: Create user_id on $wpdb->signups table

buddypress-trac noreply at wordpress.org
Fri Mar 20 07:33:07 UTC 2020


#8258: Create user_id on $wpdb->signups table
--------------------------+------------------------------
 Reporter:  stokim        |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Core          |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by stokim):

 bp-members-functions.php
 1756 line
 {{{#!php
 <?php
                 $args = array(
                         'user_id'        => $user_id,
                         'user_login'     => $user_login,
                         'user_email'     => $user_email,
                         'activation_key' => $activation_key,
                         'meta'           => $usermeta,
                 );
 }}}

 class-bp-signup.php
 307 line
 {{{#!php
 <?php
 $r = bp_parse_args( $args,
                         array(
                                 'user_id'        => '',
                                 'domain'         => '',
                                 'path'           => '',
                                 'title'          => '',
                                 'user_login'     => '',
                                 'user_email'     => '',
                                 'registered'     => current_time( 'mysql',
 true ),
                                 'activation_key' => '',
                                 'meta'           => '',
                         ),
                         'bp_core_signups_add_args'
                 );
 }}}

 I hope you add these lines and there's an option to delete user's signups
 data after activation. It does not required after activation account.
 Moreover, it does comply with GDPR clause.

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


More information about the buddypress-trac mailing list