[buddypress-trac] [BuddyPress] #3443: A proper way to disable activation e-mails for new sign up?

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sat Aug 6 02:05:05 UTC 2011


#3443: A proper way to disable activation e-mails for new sign up?
-------------------------+-----------------------------
 Reporter:  cupid4       |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Future Release
Component:  Core         |     Version:  1.5
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------------

Comment (by cnorris23):

 Isn't this already possible with something like:

 WP Standard
 {{{add_filter( 'bp_core_signup_send_activation_key', '__return_false'
 );}}}

 and

 WP Multisite
 {{{add_filter( 'wpmu_signup_user_notification', '__return_false' );}}}

 Both lines disable the sending of the activation email for their
 respective WP flavors.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3443#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list