Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 201 through 225 (of 1,231 total)
  • Author
    Search Results
  • #274124

    In reply to: Activation email issue

    markcummins
    Participant

    Its probably related to a bug in version 3.0 where the activation email template did not install. There is a fix in the latest version, 3.1, but you have to do the following:

    Activation email problems

    If you did a fresh install of BuddyPress 3.0.0 on a single-site install, the activation email would not be sent out because the activation email was not properly installed.

    To fix this, upgrade to BuddyPress 3.1.0 and in the WordPress admin dashboard, navigate to “Tools > BuddyPress” and select the “Reinstall emails” option.

    BuddyPress 3.0.0 “Apollo” is now available!

    #274105

    In reply to: Activation Email

    meridioinc
    Participant

    Well, it sort of half works now.

    So I already had installed wp mail smtp, got all that setup…
    So then I updated the buddypress plugin with the newest version that I think dropped today.
    Then I installed wp better emails, reinstalled/reinstated emails in tools->buddypress, and the activation email thing works.

    The only issue I’m having now is that I can activate the account, but I can’t login because it says that the password is incorrect, even though it isn’t. So that’s progress anyway.

    But I’m not sure what to do now.

    So if I go to the login area of my site, I enter my username and password, and then it sends me to a default WordPress login page. So I enter the info again, and it says that it’s the incorrect password. Should I basically be logging in twice like that? Once on my site, then once via the default WordPress login, only to be denied access?

    r-a-y
    Keymaster

    Upgrade to BuddyPress 3.1.0 and view the section under “Activation email problems” for more details:

    BuddyPress 3.0.0 “Apollo” is now available!

    #273920

    In reply to: Activation Email

    meridioinc
    Participant

    Diagnostics? Good questions. Debug is on. No errors. Wp mail sends test emails fine, but no activation email working.

    #273913

    In reply to: Activation Email

    Venutius
    Moderator
    steeley1
    Participant

    Hello

    In my case the activation email is sent with the link embedded in the email, a new user would click the link and then be diverted to a page asking for the activation code they never received. This is so frustrating.

    glenndavis007
    Participant

    Hey, the activation email has been received!

    I’m still testing if clicking on the activation url works.

    #273827
    r-a-y
    Keymaster
    r-a-y
    Keymaster

    The next release is scheduled for next week.

    In the meantime, replace bp-core/bp-core-functions.php with the following:
    https://raw.githubusercontent.com/buddypress/BuddyPress/master/src/bp-core/bp-core-functions.php

    Then, go to the admin dashboard and navigate to “Tools > BuddyPress” and check the “Reinstall emails” option and the activation email template should be installed.

    #273791
    smilingdeep
    Participant

    I am testing this, but wondering at the same time what is ” the repair email option”.

    Hello @alpokoskiniva, this solution is tested and has worked for everyone with activation mail issue. I am sure you will also be able to solve this.

    As for “reset email settings” – go to Dashboard> tools > BuddyPress tools and here you will find this option. This option resets Buddypress e-mail configuration to default. Hope it helps.

    #273713
    filipponeri20
    Participant

    Thanks a lot @sharebophar for your solution. I had to do a little of adjustment but it was right on the spot!

    PROBLEM:
    buddypress nouveau not sending activation email but buddypress nouveau sending correctly emails to user for notifications on manually activated users. So in my case the problem was ONLY that the validation email was not sent. I say ‘only’ from a technical perspective but from the user perspective was a VERY BIG issue. Again thanks @sharebophar for your solution
    Also note that I am not running a wordpress multisite.

    SOLVED:
    Here are the steps I have employed:

    STEP 1
    a) browse to “/bp-core/bp-core-functions.php” in buddypress plugin directory
    b) replace the code for ‘core-user-registration’ and ‘core-user-registration-with-blog’ with the following one

    	'core-user-registration' => array(
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_title'   => __( '[{{{site.name}}}] Activate your account', 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>", 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
                            'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' ),
    		),
    		'core-user-registration-with-blog' => array(
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_title'   => __( '[{{{site.name}}}] Activate {{{user-site.url}}}', 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href=\"{{{activate-site.url}}}\">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>.", 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.", 'buddypress' ),
    		),

    STEP 2

    a) go to wordpress dashboard, settings, buddypress
    b) select and run the ‘repair email’ option

    STEP 3

    all now works. I have been testing it with dummy users. I hope the whole explanation helps.
    Regards

    #273678
    redtreetech
    Participant
    #273655
    Varun Dubey
    Participant
    #273620
    sharebophar
    Participant

    @smilingdeep Hey,every buddy,I found the resolution here, and It works on my site

    Can someone PLEASE share a copy of the default activation emails?

    #273616
    smilingdeep
    Participant

    At the moment, I have a plugin called BP Disable Activation Reloaded which has disabled the normal BP Activation system. Then another plugin called User Activation By E-Mail is sending out an email to user, which contains a button for them to click on. Then they can login and are supposed to be redirected to the activation page, where they need to complete a form for extra data.

    This is a complete hack workaround and I’m going to need to mess around with the user roles etc to get this working the way it needs to be.

    Obviously, LOTS of people have this issue and it’s not something that can be ignored because members can’t actually access the site without that email. For this to have been going on for a decade is a joke and makes the plugin a lot less value in general. I wouldn’t consider purchasing anything without this working.


    @bassibabes1
    yeah its really very annoying. People have been dealing with this issue for years but it remains unsolved. Everyone suggests to use wp_smtp or similar plugin but in my case they all fail.

    #273614
    Varun Dubey
    Participant

    @bassibabes1 on your site register auto login is enabled and that might be a reason users are not getting activation emails. I had registered at your site, and I was logged in at the same time. You might be added any plugin or custom codes inside the theme on purpose.

    #273612
    bassibabes1
    Participant

    At the moment, I have a plugin called BP Disable Activation Reloaded which has disabled the normal BP Activation system. Then another plugin called User Activation By E-Mail is sending out an email to user, which contains a button for them to click on. Then they can login and are supposed to be redirected to the activation page, where they need to complete a form for extra data.

    This is a complete hack workaround and I’m going to need to mess around with the user roles etc to get this working the way it needs to be.

    Obviously, LOTS of people have this issue and it’s not something that can be ignored because members can’t actually access the site without that email. For this to have been going on for a decade is a joke and makes the plugin a lot less value in general. I wouldn’t consider purchasing anything without this working.

    #273605
    bassibabes1
    Participant

    @vapvarun Yeah, I’ve tried numerous different Email plugins – they ALL work in every way APART from sending the BP activation email.


    @sharebophar
    – yes that menu item only changes the look of the emails and has no impact on functionality.

    #273590
    smilingdeep
    Participant

    Hi,
    Seems like people have been dealing with this issue for a decade. There is no solution that works for me. I have tried almost every workaround I found in forums but all in vain.

    It’s strange that when I deactivate buddypress, all emails work fine. It’s just buddypress that doesn’t send activation mail. It sends forgot password mail though.

    #273583
    bassibabes1
    Participant

    I am having the exact same problem. I’m using a GSuite account, and have setup my emails on the WP site using GMail SMTP. I can send test emails from this plugin and am email comes from WP if I go through the Lost Password process. But NO activation email! ARGH!

    smilingdeep
    Participant

    Hello Everyone.
    From past a week I’ve been working on my website. The problem is that buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends.

    Default wordpress register page is able to send activation mail but when I activate buddypress it doesn’t work.I have tried all the plugins and have been going through all these forums from last two days but all in vain.

    I have reinstalled it thrice and now as stated in requirements I have done a manual wordpress install. I am on shared hosting and using my website mail server to send emails.

    My site : My Site

    Wordpress Version: 4.9.6
    Buddypress version: 3.0.0

    Please help me solve this issue.

    #273576
    tzin111
    Participant

    hi i read a lot of posts here:
    i have buddypress 3.0.0.

    tried all those smtp plugins and still not activation code from buddypress, all site email and test email from the smtp plugins works ok

    and idea??

    Configure SMTP
    הפעלה | מחיקה
    Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).

    גרסה 3.1 | מאת Scott Reilly | הצגת פרטים

    בחר Easy WP SMTP
    Easy WP SMTP
    הפעלה | מחיקה
    Send email via SMTP from your WordPress Blog

    גרסה 1.3.6 | מאת wpecommerce, alexanderfoxc | הצגת פרטים

    בחר Post SMTP
    Post SMTP
    Settings | Visit us | כיבוי
    Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!

    גרסה 1.8.9 | מאת Jason Hendriks, Yehuda Hassine | הצגת פרטים

    בחר WP Mail SMTP
    WP Mail SMTP
    הפעלה | מחיקה
    Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.

    גרסה 1.2.5 | מאת WPForms | הצגת פרטים

    r-a-y
    Keymaster

    It looks like there is a bug where the activation email post is not created for new installs using single-site.

    I’ve reported the bug here:
    https://buddypress.trac.wordpress.org/ticket/7869

    The fix can be found here:
    https://buddypress.trac.wordpress.org/attachment/ticket/7869/7869.01.patch

    Once you’ve added the fix, go to “Tools > BuddyPress” in the admin dashboard and select “Reinstall emails”. This should add the missing activation email post.

    #273458

    In reply to: Activation key

    jamersonnc
    Participant

    Also this test i did in an incogneto window as well. so.

    at least I know that the “Activation Key” is actually in the email that is sent saying “click here to activate”.

    It would be nice if i could just make it redirect them to the dashboard allowing the email click to be an official registration…

    #273457

    In reply to: Activation key

    jamersonnc
    Participant

    Hi,

    I was having the same issue, It turns out, the LINK that is sent in the email IS the activation key.

    The text for the activation link shows https://mysite.com/register/yxyxyxyxyxyxyxyx/

    the actual hyperlink is https://eur29.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmysite%2Factivate%2FTupSrVxRicmnKIEsQiuIlovErbwriTzJ%2F&data=02%7C01%7C%7C201b5e1d1dd54668ac5708d5c15eb009%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636627534774115404&sdata=qtu4TSSlCTvw7dSb7rmJoJkqkbp672R9ccFUuPuDA9M%3D&reserved=0

    So I believe when the user lands at the activation page, the activation link is supposed to be auto populated. maybe there is a script or a listener on the page waiting for the activation link.

    I think maybe due to the spam protector, the hyperlink is encrypted or screwed up, which keeps the “activation page” from listening for the key (which it would normally auto-populate)

    I dont know if this is just an outlook issue, i haven’t tested it anyfurther. nor do i know if its an email server issue.

    This first test user, the activation link was sent from a wordpress generated email (not tied to smtp or anything) i had to dig the email out of my spam.

    so i’ll register the bbpress with an actual smtp email, and send to a gmail, and a yahoo..
    and see if it auto populates the activation key field.

    long story short, the activation link is in the url of the email link (with exception for mysite.com/register/)

Viewing 25 results - 201 through 225 (of 1,231 total)
Skip to toolbar