Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 776 through 800 (of 1,427 total)
  • Author
    Search Results
  • oceanwidedesigns
    Participant

    @chiangmai – It could be because it’s not compatible with BP, I’m not familiar with that plugin but not all WP plugins are compatible with the BP registration process.

    I’ve had success with Wanguard and asking a specific question. I’ve only had one spammer come through in the last month. I tried other CAPTCHA plugins before, and the CAPTCHA wouldn’t show in IE.

    #143794
    NealW
    Participant

    I haven’t tried, was afraid to break something else. Now the request for an activation code is back right after I login following the link sent to the email. What’s causing this?

    #143741
    modemlooper
    Moderator

    You are better off letting email go to user but remove the activation link. Create a function that hooks into member sign up to email you separately. I’m suggesting this because its better conversion for users to get the email.

    `function email_admin_user_signup() {
    //email admin code here
    }
    add_action(‘bp_core_signup_user’, ’email_admin_user_signup’);`

    #143740
    angslycke
    Participant

    @djpaul: Yes, but I want to redirect the “activate your account” e-mails to the site admin instead of the user to let the admin know that a new user has registred. I’m trying to figure out the best way to do this. Obviously I don’t want to edit core files, so best practice should be to use a filter to replace the users e-mail address with the site admin e-mail address I guess?

    I found an old post regarding this here (from 2010):

    http://www.thoughtsofjs.com/moderate-new-user-registration-in-buddypress.html

    They’re editing core files there (bad!), but I found this in the comments as a function to achieve the above:
    `
    function filter_replace_with_moderator_email($user_email) {
    return get_site_option( “admin_email” );
    }
    add_filter(‘bp_core_activation_signup_user_notification_to’, ‘filter_replace_with_moderator_email’);
    `

    I added this to my themes custom functions.php-file but the e-mail is still sent to the user instead of the admin. Is there a change in BP 1.5 so that I need to change the hook in the filter? Does anyone know?

    Chiangmai
    Participant

    Has already deactivated BP Disable activation.

    Tried both “mail from” and WP-Mail-SMTP, neither work now trying WP SMTP Config

    Any ideas why CAPTCHA does not work on “register” page?

    @mercime
    Participant

    @chiangmai let’s go back to the root of the problem and deactivate BP Disable Activation. Resolve email send/receive issue https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    #143450
    @mercime
    Participant

    @nealw Curious, does the same email activation issue come up if you change to BP Default theme and activate bbPress plugin?

    #143414
    NealW
    Participant

    Hello there. Does anyone have the solution to this problem? I am experiencing the dame thing and do not know how to resolve it. The email that people receive is the same thing that Geeter posted into the pastebin.com
    Please help. This is holding us up at http://www.commutertisements.com

    #143063
    GordonRe
    Participant

    I have the same problem which I will describe as follows

    1. User registers by completing the form [they are at sitename.com/register]
    2. They get a page saying – you have registered and please check your email to activiate
    3. Clicking on the link takes them to the page sitename.com/activate which says “Activate your Account.
    Please provide a valid activation key. With the field ‘Activation key” and the button ‘Activate’.
    Copying the activation key from the email does NOT get rid of this page.
    5. However
    a. checking from and admin account shows that the user has been successfully registered (not surprising)
    b. the user can navigate the sit without restriction – which they could not do before clicking on the activation email. So presumably the account has been activated – but they user is told that they still need to enter the activation key. They can log in and can navigate the site. Only the wouldn’t know that.

    How to fix this? None of the advice above seems much use. Last thing I want to do is instal an unnecessary plug in when presumably this is supposed to work.

    I am update to date with software as follows
    WP 3.4.2
    BP 1.6.1

    Problem observed in Chrome and Firefox.

    Thanks

    #143009
    Dj Kad
    Participant

    In my case i’ve found that mails were sent but classified as spam.
    Unfortunatelly some mail servers are blacklisted by some ISP for spamming reasons.
    I’m looking for solve this problem because people that want to register in my site are unable to receive properly the activation code sent by email.
    For now i change the output message shown in the registration process, alerting people to check into the spam folder, but hope to solve it in a better way

    #142633
    james_zedd
    Participant

    Hi Paul. I have sent you an email at the address you provided me with containing 4 activation links that I have used to try and register using buddypress.

    #142606
    Paul Wong-Gibbs
    Keymaster
    #142591
    @mercime
    Participant
    #142587
    Paul Wong-Gibbs
    Keymaster

    Please share what the activation link the email looks like. If you don’t want to post it publically, send it to me at paul@buddypress.org. We’ve occasionally had reports of this issue but have not yet been able to figure out how to recreate it, so a copy of the email as received by the user would be helpful.

    #142396
    Tanya
    Participant

    I am also happy with the username on the activate.php page if editing the email is too hard, so it could look like:

    Your account was activated successfully! You can now log in with the username *INSERT USERNAME* and password you provided when you signed up.

    #142339
    Tanya
    Participant

    Then just the username in the email would be a good option OR showing the username on the activation page once the activation link in the email has been clicked.

    Edit: I have edited the topic title to say send only username (not username + password) with activation email.

    #142338
    Paul Wong-Gibbs
    Keymaster

    Sending any password in an email is a terrible idea. It’s not secure.

    #142157
    Paul Wong-Gibbs
    Keymaster

    Geetar, can you share a copy of the email that a new user receives? Can you paste it onto pastebin.com, please?

    #141751
    blg002
    Participant

    When you click the activation link in the sent email you get the /activate page (URL defined in Settings > BuddyPress > Pages) that looks like this:

    http://cl.ly/JTys

    #141401
    Paul Wong-Gibbs
    Keymaster

    p.s. most of Welcome Pack won’t work if you disable activation emails.

    #141385
    modemlooper
    Moderator

    You could install the welcome pack plugin and customize the email to just a thanks for signing up note.

    Or:

    `function disable_activation_email() {
    return false;
    }
    add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );`

    #140264
    9087877
    Inactive

    For your info, If the emails you used to test with was AOL it probably won’t work. Maybe someone else may know why. AOL used to work with BP registration emails but there was some change they made that filters out BP registration emails from being received even in the spam folder. Even facebook doesn’t like AOL email addresses anymore. Try yahoo, and gmail instead.

    #140242

    Activation e-mails are not sending to my users either. This is very frustrating. Other topics are not helping either.

    danbpfr
    Participant

    Hi,
    try this in bp-custom.php
    remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 );

    source infos buddypress /bp-core/bp-core-filters.php

    The concerned filter do this
    /***
    * bp_core_filter_blog_welcome_email()
    *
    * Replace the generated password in the welcome email.
    * This will not filter when the site admin registers a user.
    *
    * @uses locate_template To see if custom registration files exist
    * @param string $welcome_email Complete email passed through WordPress
    * @param integer $blog_id ID of the blog user is joining
    * @param integer $user_id ID of the user joining
    * @param string $password Password of user
    * @return string Filtered $welcome_email with $password replaced by [User Set]
    */

    #139966

    https://buddypress.org/community/groups/welcome-pack/forum/topic/making-links-live-in-html-emails-generated-by-welcome-pack/ – Found this other post related to this topic.

    So is there any possible way to get the activation link to work in the email? Is there some other code we can use to accomplish this purpose? Workaround? I tried the Unconfirmed plugin but it does not fix this issue. Perhaps there is another way (unfortunately without the Welcome Pack) to change the standard Buddypress emails and thus keeping a working activation link?

    I am not much of a programmer but I do know that most everyone needs to change the automatic emails being sent out (activation, friendship request, etc.) for BuddyPress. It should be easy to change this text, add your logo, and even add html. However, I have yet to see a plugin or update which makes this possible. I would love to know if anyone has found a solution for this?

    Paul is very busy so perhaps the other people interested in getting this working can help? Thanks in advance for any and all replies! – Quote: 1+1=3

Viewing 25 results - 776 through 800 (of 1,427 total)
Skip to toolbar