Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,201 through 1,225 (of 1,893 total)
  • Author
    Search Results
  • #126881
    aces
    Participant

    If the emails were not picked up by spam or junk mail filters, then your webhosting may need an extra plugin.

    See: BuddyPress isn’t sending out emails (eg. activation emails, email notifications) in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/#register

    and / or: https://wordpress.org/extend/plugins/wp-mail-smtp/ (which has a useful debug feature)

    #126879
    lgjaffe
    Member

    The activation email is not being sent out for my members registering. There is no resend button and members cannot be activated.

    #126691

    In reply to: Bugs With BuddyPress

    wpaaa
    Member

    I just installed WP3.3 & buddypress. Now when a new user register, he/she could receive an email activation link, but when they click, they were just directed to the “blog” page and not login.

    So I have to activate their user status manually … anything wrong?

    #126672
    aces
    Participant

    If they were not picked up by your spam or junk mail filter then your webhosting may need an extra plugin.

    See: BuddyPress isn’t sending out emails (eg. activation emails, email notifications) in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/#register

    and / or: https://wordpress.org/extend/plugins/wp-mail-smtp/ (which has a useful debug feature)

    #126473

    I had a similar issue weeks ago and nearly gave up on BuddyPress because of it. Today I tried a fresh [1] install of BuddyPress 1.5.2 with WordPress 3.2.1. I did have to wait about five minutes, but the email did come through.

    Are you getting any error messages?
    Try to log in with the new username and see if you get the error “you need to activate your account” (not verbatim) (Update: The error reads, “Your account has not been activated. Check your email for the activation link” in WordPress, I’m sure the BuddyPress error message is very close)

    [1] I didn’t change any settings from their default expect (“Anyone can register”). The only other plugins that are activated are AutoChimp and JetPack, which shouldn’t have anything to do with this issue.

    Hang in there! BuddyPress is a young project. If you persist, I’m sure you’ll figure it out.
    James

    #24620
    geophray
    Participant

    I have BuddyPress 1.2.8 installed and am having a hard time getting the user activation emails to send. I have tried installing the “Configure SMTP” plugin and can get it to work temporarily, but then I run into another problem. Our mail is run through google apps but there are daily sending limits on google apps/gmail, so the emails stop sending part way through the day.

    Is there a way for me to bypass our google apps and just have the notifications send directly from our website using SMTP? (PHPmail doesn’t seem to work.)

    Or if that won’t work, is there anything else I can do to get this to work without using our google apps account?

    Thank you in advance for your time on this.

    #121533
    ankurm
    Member

    @r-a-y : after installing the email login plugin, i was able to login using my email address without activating my account. I need the activation thing.. is there a solution for it?

    #126164
    s.selekane
    Member

    Hi guys im new to Buddypress and i want to know were do i sign-up or register to get the Activation Key.

    thanks

    #126158
    smartmwp
    Participant

    I am having the same problem and I tried to do a test registration today. I have checked the spam folder to see if I get any activation key, but no we don’t, just the account activation mail. I activated my account using the link in the email.I was redirected to the activation key page too. Copy pasting the key from the activation link does not work. I tried to play a trick, I logged in using the username and pwd I used during the registration and it worked. I could open my profile page and upload avatar and add friends without entering the activation key. I don’t know why this is happening, and this can be a turn off for people trying to register on the site and something should be done about this. Thanks in advance for any helpful tips!

    #125931
    Brimfulof
    Participant

    It’s actually pretty simple. It’s explained very briefly in the plugin’s installation page: https://wordpress.org/extend/plugins/bp-export-users/installation/

    Step-by-step:
    1. Download the plugin to your computer.
    2. Unzip it and open the file bp-export-users.php in a text editor (notepad, notepad++, gedit, etc.)
    3. Find these lines:
    $this->wp_fields = array(
    'ID',
    'user_login',
    #'user_pass',
    'user_nicename',
    'user_email',
    'user_url',
    'user_registered',
    #'user_activation_key',
    'user_status',
    'display_name',
    'spam',
    'deleted');

    4. Add the names of any custom WordPress user fields you want in ‘inverted commas’ before the closing bracket ) making sure you put a comma in between the fields. E.g. ‘deleted’, ‘custom field’, ‘custom field2’)
    5. Find the lines:
    $this->bp_fields = array(
    'Name',
    'Telephone',
    'Job Title',
    'Organisation',
    'Region',
    'Primary Discipline',
    'Grade',
    'A bit about you',
    'twitter',
    'flickr');

    6. Add the names of any custom BuddyPress (xProfile) fields you want to export in the same way.
    7. Save the file.
    8. Zip the folder.
    9. Install the plugin in your WordPress installation using the upload method.
    And you should be away.

    #26198
    bluesalman
    Participant

    I have an issue with new user activation link. I have WP 3.2.1 Sub-domains Multisite and BP 1.5.
    BP is running on a sub-domain, and there are 5 other sub-domains.

    When a new user registers on primary site, he receives activation email and the link is pointing to BP blog,
    I believe it should be “http://domain.com/wp-activate.php?key=xxx” but it is “http://sub-domain.domain.com/wp-activate.php?key=xxxx”

    where sub-domain is buddypress site.

    Please suggest how to correct this, activation link should point to main domain only.

    #26190
    fpats
    Participant

    Hi, i really hope someone can help as i’ve spent almost 3 days on this now.

    New users aren’t able to register on the site, some receive the verification email while some don’t but even those that do receive it and click the activation link are still unable to log in afterwards even though from my admin panel it’s showing them as verified.

    i’ve installed and uninstalled various plugins like Invite Anyone and s2members but nothing seems to work and i’m now close to throwing in the towel on this.

    any help greatly appreciated

    #26181
    bluesalman
    Participant

    I have an issue with new user activation link. I have WP 3.2.1 Sub-domains Multisite and BP 1.5.
    BP is running on a sub-domain, and there are 5 other sub-domains.

    When a new user registers on primary site, he receives activation email and the link is pointing to BP blog,
    I believe it should be “http://domain.com/wp-activate.php?key=xxx” but it is “http://sub-domain.domain.com/wp-activate.php?key=xxxx”

    where sub-domain is buddypress site.

    Please suggest how to correct this, activation link should point to main domain only.

    #125356
    landwire
    Participant

    @WebEndev,
    did that issue get fixed yet? I also would like to see the activation email working with the user registration add-on. I cannot access GF’s user registration add-on forum…

    Deafinitive
    Member

    Hi,

    I am having problems with the activation email link and redirection.

    When I cleck the activation link in the activation email it takes mt to an error page. THe URL it redirects to is

    http://site.com/?my_redir_to=/??????????key=9f59f19033809738f375819b687a0f77

    I have the Private Community plugin installed with the config file set up like this:

    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array(”,’/online-training’, ‘/register’,’/activate?key=*’,’/wp-login’);`
    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_TO_URL = site_url() . ”;`
    `MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_HOOK = ‘my_redir_to’;`

    Can someone offer any suggestion to fix this please.

    Thanks

    Hello

    I have setup BP on a WPMS its all running. BUt it is not sending the emails to when someone registers. When I updated my email in WP it did send that out. Not to when someone registers. What could I do?

    the site is http://styleonnit.co.uk

    Thanks
    Jacob

    r-a-y
    Keymaster

    Check out the `groups_record_activity()` function located in /bp-groups/bp-groups-activity.php.

    You’ll want to hook into the registration or activation actions.

    If you want to hook into the activation action when someone activates via email, check out the “bp_core_activated_user” hook located in /bp-members/bp-members-signup.php.

    For a primer to WordPress action hooks, check out this tutorial:

    Introduction to Custom Hooks and Pluggable Functions

    Never mind, one of the other posts around here said to try using the Mail From plugin but the context of the way it was used made me think that I was supposed to use it instead of WP-Mail-SMTP, but you’re actually supposed to use them together. I ended up figuring it out on my own.

    I’ve been working on this since yesterday and I think I’m a little closer and I’m 92% certain it’s not buddypress’s fault but I was hoping that someone here might have had a similar problem and may be able to help me.

    I installed it then tried to register with an alternative email. When I went to go check for the validation email, there wasn’t one. After a bit of looking around I saw that it was probably because I didn’t have an email setup so I installed the WP-Mail-SMTP plugin, after a bit of fiddling around I finally got it to accept my smtp settings, but then I get

    `[“ErrorInfo”]=>
    string(187) “SMTP Error: The following recipients failed: address@gmailoryahoo.com
    SMTP server error: Verification failed for
    550-Unrouteable address
    550 Sender verify failed`

    I know that this isn’t buddypress’ fault but I’m just not sure what to do. My hosting is inmotionhosting.com, I set up an account in thunderbird that can send and receive email, but for some reason it seems that I can get this plugin to send my message, which I’m hoping to be the solution to sending activation emails. If I need to give more information please let me know. If you have an obvious fix or idea you think I’m overlooking please tell me. Buddypress looks amazing and it would be perfect for my site. Thank you for your time and, hopefully, responses.

    #25547
    Davidof
    Member

    hello

    when a new user registers buddypress /wordpress asks to activate through email .
    how can i disable email activation?

    thanks :)

    nickyeagle23
    Member

    Hi, Im needing some help getting my buddypress registration componenemt to complete.

    The site is http://www.northoxfordpt.com/newsite
    Feel free to try and register, and the “complete signup” button takes my users to a page that has no content.
    The activation email is sent either.

    I’ve checked other plugins, and nothing seeems to be conflicting.
    The coding for the registration is standard, with the buddypress/theme install.

    Any ideas or help would be very appreaciated.

    Thanks in advance.

    #123853
    AmesEla
    Member

    Hi there,

    I am having a major issue in that the registration is not populating the fields in the user database. Can anyone help? intooutside.org/sign-up

    Somehow the fields are not inputting the data into the user profile (ie: first, last names are required and they are nowhere in the database). This happened after I installed Buddy Press

    Help!

    PS I am not a coder and know conceptually, so speak laymen if possible in your response :)

    #25516
    Suzi Wilson
    Participant

    I am using WordPress 3.2.1 and Buddypress Version 1.5.1 along with s2member Pro Version 111029. The BuddyPress registration process seems to work fine until it comes to activation.

    The user gets the email they are supposed to get which send them to the Activate/key=? page with a key. That screen says: “Account Activated: Your account was activated successfully! You can now log in with the username and password you provided when you signed up.”

    However when the user log’s in they are sent back to the Activate page which says:
    “Activate Your Account Please provide a valid activation key.”
    Typing in the key gives the user an error message.

    Can someone tell me how to get the user out of this loop?

    #123843
    Paul Wong-Gibbs
    Keymaster

    Several ways, but check out this plugin: https://wordpress.org/extend/plugins/unconfirmed/

    To disable activations (I would strongly recommend against this – it’d let spammers access your site much more easily), put this code somewhere, maybe in bp-custom.php:

    `add_action( ‘bp_core_signup_send_activation_key’, ‘__return_false’ );`

    Anointed
    Participant

    If logged in as an admin how do I go about activating a users account which did not confirm the email?

    *I am setting up bp on a local install and creating a bunch of dummy users with fake email accounts.

    **Secondarily: Where do I turn off the email activation?

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