[wp-trac] [WordPress Trac] #16235: Site Welcome Email sent without regard to noconfirmation flag

WordPress Trac wp-trac at lists.automattic.com
Fri Jan 14 19:18:34 UTC 2011


#16235: Site Welcome Email sent without regard to noconfirmation flag
--------------------------+-----------------------------
 Reporter:  transom       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 In multisite and the super_admin adds a new user to a site,
 if the user is new to the network, WP sends out the welcome email (but not
 the confirmation of being added to the site)

 In my client's use case, they were looking for the SBD (silent but deadly)
 mode, as in no email at all should go out.

 The language implies there is "no" notification but the welcome email
 belies that language.

 if even the welcome email should be disabled, then
 in wp-admin/user-new.php (around line 108)
 adding
 add_filter('wpmu_welcome_user_notification', ''__return_false');
 would kill the new user notification from wpmu_activate_signup() (a few
 lines later)

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16235>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list