Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 201 through 225 (of 1,244 total)
  • Author
    Search Results
  • #275349
    r-a-y
    Keymaster

    What I’m asking is, is a user suppose to get a separate email with the activation code that they copy paste into?

    When a user completes registration, the user should get an activation email which looks like this:

    Thanks for registering!
    
    To complete the activation of your account, go to the following link: example.com/activate/XXX/

    XXX is the activation key. When the user clicks on this link, the activation page should show a form with the activation key already populated. The user has to submit the form to activate their account.

    For those with custom themes, that activation key might not be automatically populated into the form. This has caused a few support forum threads like this one to pop up.

    The fix for custom themes is noted here:

    BuddyPress 3.1.0 is now available!

    If you are not using a custom BuddyPress theme, then you can also try changing your theme to a WordPress default one to see if your problem still exists.

    #275341
    mbfit
    Participant

    What I’m asking is, is a user suppose to get a separate email with the activation code that they copy paste into? What is this version update info/procedure? Just would like all info on this as it seems pretty clear I will have to hire someone to fix it.

    #275288
    r-a-y
    Keymaster

    In v3.0.0, we changed the activation procedure because security clients can scan and follow links in emails, causing the user’s account to be activated unintentionally. To address this issue, account activation now requires the user to do a form submission.

    We’re looking to improve the activation email content to make this clear in v3.2.0.

    If you want to avoid the activation process entirely, there used to be an auto-activation plugin, but it might be outdated. Haven’t tested it in awhile.

    #275272
    mbfit
    Participant

    What does that do btw? I’m assuming that it does not remove the activate key process? This is what I was actually looking for.
    Meaning I didn’t want an activation page and preferred the process of receiving an email to confirm profile and clicking confirmation just goes to the site and users page like before

    djsteveb
    Participant

    @r-a-y – thanks for the info!

    I tried deactivating most of the plugins, and then refreshing my inbox messages, and notifications.. they still showed “Conversation between Deleted User and you” and the messages are there – it’s very weird. The thumbnail of the user is still showing in the thread, and the message is there.

    Same after renaming the mu-plugins folder..

    I wonder if one of my plugins stopped info being put into the dbase – so deactivation them now at this point would make no difference in how I am seeing them?

    I am running this old network discussions plugin that was cobbled in a hurry – made to prevent user’s email and ip from showing up in comment notifications to the MU sub-blogs/aka sites – wonder if some 2014 code it affecting writes. I could post the code from that here perhaps..

    not sure if there is any way to scan for other users affected by this, so far I have found two in two days just looking at the site feed/activity thing, the weird formatting made me question what is going on (without a name there, things like thumbnail and thumbnail became friend or thumbnail thumbnail posted in a group looks weird.

    #275074
    T
    Participant

    If I go to wp-content/themes/pro/buddypress/members > activate.php, the code doesn’t line up with what’s posted in github. Here’s what I have:

    <div id="buddypress">
    
    	<?php do_action( 'bp_before_activation_page' ); ?>
    
    	<div class="page" id="activate-page">
    
    		<?php do_action( 'template_notices' ); ?>
    
    		<?php do_action( 'bp_before_activate_content' ); ?>
    
    		<?php if ( bp_account_was_activated() ) : ?>
    
    			<?php if ( isset( $_GET['e'] ) ) : ?>
    				<p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', '__x__' ); ?></p>
    			<?php else : ?>
    				<p><?php printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', '__x__' ), wp_login_url( bp_get_root_domain() ) ); ?></p>
    			<?php endif; ?>
    
    		<?php else : ?>
    
    			<form action="" method="get" class="standard-form cf man" id="activation-form">
    
    				<label for="key"><?php _e( 'Please provide a valid activation key.', '__x__' ); ?></label>
    				<input type="text" name="key" id="key" value="" />
    
    				<p class="submit">
    					<input type="submit" name="submit" value="<?php esc_attr_e( 'Activate', '__x__' ); ?>" />
    				</p>
    
    			</form>
    
    		<?php endif; ?>
    
    		<?php do_action( 'bp_after_activate_content' ); ?>
    
    	</div><!-- .page -->
    
    	<?php do_action( 'bp_after_activation_page' ); ?>
    
    </div><!-- #buddypress -->

    Are you sure I edit this in my theme? Or do I go into this instead? bp-templates/bp-legacy/buddypress/members > activate.php

    #274968
    T
    Participant

    Hey, sorry for the delay. June was a crazy month. I do need this fixed though, and would still really appreciate your help.

    Although I don’t think this has anything to do with the issue at hand, I followed this (https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php) just in case, and changed the activate.php file, but it didn’t help.

    People cannot register to the site. If you’d like to try it, you will see that it sends you the activation link via email, but then asks for a valid activation key (?!). Nothing works.

    Home

    Also, users sometimes show up as only “participants” and don’t show up under “all”. I have my general settings for New User Default Role as “subscriber” but it’s not applying it.

    Thank you so much!
    T

    #274930
    Venutius
    Moderator

    The activition email that you are sending out has the link formatted exactly the same as I would expect. On my test system when I click that link it automatically populates the input box with the activation key, on your system is does not fill the input box and it needs to be manually pasted in place. Seems to point to something different about your activate.php file. I don’t suppose you’ve made changes to this, or maybe your theme has?

    #274313
    balebond
    Participant

    Well… interesting. Not sure if I’m going crazy but after inserting that record and then one last try at Tools > Buddypress > Reinstall Emails– activation emails seems to be working now.

    Not exactly sure why it works now but just happy it’s working.

    #274310
    Paul
    Participant

    Try Activation email problems here

    BuddyPress 3.1.0 is now available!

    #274267
    r-a-y
    Keymaster

    I then deleted the register page, created a new one, saved my permalinks…and it was working about a month ago when I tested it, but I just got an email yesterday from someone who had the activation link error ????

    What is the “activation link error”?

    Sounds like this isn’t related to the ticket that Venutius linked to on Trac.

    Read through the first two issues of the following link and see if it sounds like your problem, particularly the second one:

    BuddyPress 3.1.0 is now available!

    #274237
    T
    Participant

    I did deactivate all the plugins aside from BP and it had messed something up. After reactivating everything, I think I had to save my permalinks again. It’s been a couple of months, but something messed up that I had to fix after reactivating everything.

    Here’s how the mess began. I was getting a ton of spam users. A guy who runs a wordpress group told me to change the url from “register” to something else. I changed http://starwarscards.net/register to http://starwarscards.net/registerSWC and everything went downhill from there. So, I changed it back, saved my permalinks… still not working. I then deleted the register page, created a new one, saved my permalinks…and it was working about a month ago when I tested it, but I just got an email yesterday from someone who had the activation link error 🙁

    #274229
    Venutius
    Moderator

    Did you try reinstalling the BP Emails? There’s been some recent issues with the activation email but upgrading on it’s own would not solve it.

    #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
Viewing 25 results - 201 through 225 (of 1,244 total)
Skip to toolbar