BuddyDev

Search

BuddyPress Auto Activate Auto Login: how to set notification email

  • Participant
    Level: Initiated
    Posts: 2
    Dave Zhao on #4897

    Hello,
    After activating the BuddyPress Auto Activate Auto Login plugin, new users will not receive the welcome email, instead, they get a notification mail saying their password has been reset recently.

    – How to make the welcome email as the default email when a new user finish the registration?
    – Where can I find the password has been reset email template? I want to modify it.

    Thanks!
    Regards
    Dave

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #4898

    Hi Dave,
    I am sorry for the inconvenience. Can you please check and let me know which version of the Activate Auto Login plugin are you using? Also, Please let em know your WordPress, BuddyPress version. Is it a multisite install?

    This should not send any email like it.
    I will help with welcome email sending after this.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    Dave Zhao on #4903

    Hello Brajesh,
    It is an amazing plugin!

    Wordpress: 4.5.3
    BuddyPress: 2.5.3 (2.6.1.1 has a bug for new signups, self password does not work. So I use 2.5.3 instead)
    Mult-Site: Yes. BuddyPress is network activated on the main domain, as default.
    BuddyPress Auto Activate Autologin Redirect To Profile On Signup: 1.4.3

    Thanks for your help!
    Regards
    Dave

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #4904

    Thank you for the details Dave.
    I noticed an issue and have updated the plugin. Please upgrade to 1.4.4 and the password reset message will be gone.

    https://buddydev.com/plugins/bp-auto-activate-auto-login/

    Also, to enable the default welcome message, you can put the following code in bp-custom.php

    
    add_filter( 'wpmu_welcome_user_notification', '__return_true', 220 );
    
    

    Hope that helps.
    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    Dave Zhao on #4936

    Thanks!
    The reset password email is gone!
    But adding the line of code to bp-custom.php seems not working for me.
    Well, I commented out 2 lines of code, line 21,22, now a welcome email can be received. I really need to put some guidelines and other important information to the email, otherwise, I would also like to have non-email notification.

    Thanks for your help!
    Regards
    Dave

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #4957

    Hi Dave,
    Thank you.

    Please do let me know if you need any assistance.

    PS: I am not sure why the email did not work for you(Do you have bp-custom.php in wp-content/plugins directory), That did work for me.

You must be logged in to reply to this topic.

This topic is: not resolved