[wp-trac] [WordPress Trac] #29191: Notice when activating an account on a multisite config

WordPress Trac noreply at wordpress.org
Wed Aug 13 17:04:39 UTC 2014


#29191: Notice when activating an account on a multisite config
--------------------------------+------------------------
 Reporter:  imath               |       Owner:
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  4.0
Component:  Networks and Sites  |     Version:  trunk
 Severity:  normal              |  Resolution:
 Keywords:  needs-patch         |     Focuses:  multisite
--------------------------------+------------------------

Comment (by imath):

 If it can help, i think i should detail a bit more how i got the notice.

 I've added a new user from the /wp-admin/user-new.php of the root blog of
 the network. In this screen the form let you set the login, the mail, the
 role and whether to skip confirmation email or not. I've left the
 noconfirmation checkbox empty.

 So i think, in this case, that {{{wpmu_signup_blog()}}} is not used but
 only {{{wpmu_signup_user()}}}.

 Then the email was sent to the user. And when the user clicks on the
 activation link, he arrives on /wp-activate.php and gets his login,
 password..

 I think, in my case, that {{{wpmu_activate_signup()}}} stops at line 1038
 with :
 {{{ return array( 'user_id' => $user_id, 'password' => $password, 'meta'
 => $meta );}}}

 So no blog_id argument in the returned array.

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


More information about the wp-trac mailing list