Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 426 through 450 (of 1,231 total)
  • Author
    Search Results
  • #172390
    Hugo Ashmore
    Participant

    I do hope they didn’t really say could only be fixed by buddypress support. Generally email issues are not BP problems, and currently BP has no issues I’m aware of in sending registration emails, which also is really a WP function.

    Easy check that should have been run first would have been and still ought to be tried is to disable BP and simply try registering an account under WP.

    Often email issues fall under the heading of ‘Domain Record’ issues i.e email servers rejecting an email as it can’t be verified as authorised on the sending domain or there’s no PTR record or SPF record, or simply that the server sendmail is at issue, these though are not really problems that lie with WP or BP which normally happily send out emails.

    Search this forum though as these issues have been discussed many times and you’ll find more info in the archives.

    #172285
    applegateian
    Participant

    Yes fair point @henrywright-1 – will add some copy for those users too 🙂

    #172284
    Henry
    Member

    Hi @applegateian

    The activation form is there mainly to give website admininstrators the ability to activate users accounts manually. So, removing the form won’t cause any problems.

    One issue with the text you’ve added to the page – keep in mind any logged out website visitor viewing the activation page will see that text – so “your account has already been activated” won’t always be true.

    #172282
    applegateian
    Participant

    For now I have changed the copy on the activate.php page in my theme to make sense. It still works first time a user visits, but if they do it again, they get a page with some copy that helps them. The key field can never be used anyway.

    Is there a smarter fix?

    #171746
    totoff
    Participant

    hi,
    i am having the same problem i can’t receive the activation email.
    i tried with severals email adress but it is still the same.
    amy idea,

    Thanks,

    Christophe

    #171727

    In reply to: Email Activation

    asieger
    Participant

    Hi @mercime,

    I received activation email when i installed wp-client earlier, but i don’t know why i don’t get the activation mail for buddypress. The Website is hosted with Supremecluster in the US.

    Please, could it be from my host or probably from wrong settings?

    Thanks
    -Samuel

    #171709

    In reply to: Email Activation

    @mercime
    Participant

    Can you receive an activation mail if you deactivate BuddyPress? Where are you hosted? Have you checked out possible solutions at https://codex.buddypress.org/troubleshooting/frequently-asked-questions/ ?

    #171707

    In reply to: Email Activation

    @mercime
    Participant

    closing this topic in favor of same at https://buddypress.org/support/topic/email-activation-2/

    #171674
    Paul Wong-Gibbs
    Keymaster

    BP has a very old bug where some activation keys didn’t work correctly. I have not looked into this for some months but, if I remember correctly, the issue was very hard for a developer to re-produce to be able to try to find out what the bug was.

    Also, it’s possible that some site configurations might cause a problem. Does the activation link in the emails link to the correct site? Is the URL correct?

    #171557
    asieger
    Participant

    i’m still having some issues with the buddypress platform. I filled the registration form and i got a success message saying the activation code has been sent to my email. When i checked my mail box, i couldn’t find the activation mail from yesterday 15:00hrs GMT till now.

    Please what do i need to do to fix this issue?
    Also, what’s the landing page for already registered members?

    I’ll appreciate your response greatly.

    Regards
    -Samuel

    #171115
    Paul Wong-Gibbs
    Keymaster

    Probably it’s just in the spam folder. The activation email quite often seems to be marked as spam, unfortunately.

    Mail server configuration can be tricky and I’d suggest you also contact your web host for support, as there may be other configuration changes that you or the host could make to improve the chances of the email being received correctly.

    #171101
    bp-help
    Participant

    @yzord
    Did you check for the activation email in your spam folder?

    #170673
    Eve Oliveri
    Participant

    Thanks for the advice. I have just changed the theme to Twenty Twelve and the sign up works.

    Is there something I should be looking for particularly in the Flexform theme to nut out why it is causing issues with sign up?

    In the Twenty Twelve theme once the user receives the email they are prompted to follow a link to activate their account. Upon clicking they are taken to the Activate your Account page. This page says Invalid Activation Key. Is there something else that I am doing wrong?

    I have looked through previous threads regarding the Invalid Activation Key and have not worked out what to do with this.

    Thanks for your help.

    #170561

    In reply to: Registration Process

    Henry
    Member

    The activation email body can be filtered using bp_core_signup_send_validation_email_message

    The subject line can also be changed bp_core_signup_send_validation_email_subject

    For example: To change the subject line you would add this to functions.php

    
    function activation_email_subject_filter( $subject, $user_id ) {
    	$subject = 'Hello New User';
    	return $subject;
    }
    add_filter('bp_core_signup_send_validation_email_subject', 'activation_email_subject_filter', 10, 2 );
    #170427

    @henrywright-1,

    This is what i did to remove it from activation email, you can play with it to remove it from all

    function fix_bp_activation_subject($subject) {
    return __( "Activate Your Account",'buddypress ' );
    }
    add_filter( 'bp_core_activation_signup_user_notification_subject ','fix_bp_activation_subject');

    Naijaping

    #169926

    In reply to: Dashes in usernames

    aces
    Participant
    #169896
    aces
    Participant
    #169872
    gswaim
    Participant

    UPDATE:

    This was not WordPress by SEO. And who knows what it is.

    If a user signs up, clicks the authorization in the email and then logs in they get the Authorization Page which is asking for an authorization key.

    If the user clicks the authorization link but closes the browser before relaunching the browser and logging in, no problem.

    #169564
    Hugo Ashmore
    Participant

    it doesn’t bring you to the activate page,

    And default behaviour isn’t to, the page refreshes and you should see a message saying reg successful please check email for activation key.

    Not sending an email is not generally a BP issue but a server one.

    Having said all that do as mercime suggests checking in another theme known as compatible.

    I’ve tested 3.6, 1.8.1, bp-default theme and registration works as expected, so I’m guessing your slightly confused as to the default sign up process and that your server isn’t sending mail correctly or it’s being dropped into users spam folders.

    #169551
    @mercime
    Participant

    @wyldesites I just set up a new installation WP 3.6 and BP 1.8.1 and registration with activation email is working.

    – Check server email configuration – if you deactivate BuddyPress, does the registration process work for you? Where are you hosted?

    – Deactivate all plugins except BuddyPress and change to Twenty Twelve theme. If all’s well, then activate theme. If user can register, then could be one of the plugins. Activate plugins batch by batch while testing to check which is interfering with registration/activation.

    #169427
    @mercime
    Participant
    #169422
    r-a-y
    Keymaster

    Just tested registration on your site with Firefox.

    Works for me. I was able to register, receive the activation email and activate my account.

    #169195
    writegnj
    Participant

    Having a same issue. @modemlooper for my case I did click the link on activation email. it only gives error when you try to sign in with bbpress login widget after you get account activated success message.

    Anyone have solution for this issue?

    #168976

    In reply to: Activation Code Issue

    Ben Hansen
    Participant

    well I’m pretty sure the number is in the email at the end of the link they click. pretty sure i have manually entered it once or twice

    #168318
    stunley
    Participant

    Actually, If there are no fields in the ‘Profile Details’ column then it doesn’t send an activation email, nor does it load the Check Your Email To Activate Your Account! message; it just goes back to the homepage.

Viewing 25 results - 426 through 450 (of 1,231 total)
Skip to toolbar