[wp-trac] [WordPress Trac] #30227: Inaccurate wording when creating a user with a reserved email address

WordPress Trac noreply at wordpress.org
Tue Nov 4 01:55:05 UTC 2014


#30227: Inaccurate wording when creating a user with a reserved email address
--------------------------+-----------------------------
 Reporter:  trepmal       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Future Release
Component:  Text Changes  |     Version:  3.3.2
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  multisite
--------------------------+-----------------------------

Comment (by jeremyfelt):

 Replying to [comment:2 johnbillion]:
 > "It will become available in a couple of days if you do nothing."
 >
 > AFAIK this is not the case at all. There is no expiry time on pending
 user activations.

 `wpmu_validate_blog_signup()` deletes a pending signup after 2 days **if**
 another is requested on the same email address.

 {{{
 // If registered more than two days ago, cancel registration and let this
 signup go through.
 if ( $diff > 2 * DAY_IN_SECONDS )
         $wpdb->delete( $wpdb->signups, array( 'user_email' => $user_email
 ) );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30227#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list