Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,076 through 1,100 (of 1,893 total)
  • Author
    Search Results
  • I’d like to change the text displayed once a user has clicked their activation link in the email.

    The activation page that is displayed is called /activate and says:

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

    How do I change this please?

    Many thanks

    Kim

    #134104
    @mercime
    Participant

    @mariilou if registration still doesn’t work if BuddyPress and other BP plugins are deactivated, have you tried deactivate other WP plugins to see if either of those conflict with your activation email. If email doesn’t work even with all plugins deactivated, then it’s a hosting issue with WP installation. Have you contacted webhost for tech support regarding your email issues?

    #134098
    mariilou
    Member

    When deactivating Buddypress > The BuddyPress Default Theme disappears and cannot be used. If choosing the theme I want to work with, whenever I solve this problem, it still doesn’t send me any activation email.

    #134097
    @mercime
    Participant

    Deactivate BuddyPress. Is activation email sent/received if you deactivate BuddyPress?
    Also, read about email activation solutions –> https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    #29235
    brink668
    Member

    How can let people register, and even if they do click on the Activation Key email how can I prevent them from viewing the page unless they have been Authorized by an Administrator.

    Does anyone know of any plugins or ways so that a user still needs to be Manually activated. Right now, any user can register and activate themselves and start posting content. This is not acceptable in our circumstance. We still need the ability to manually activate a user to view and start posting content.

    stupidchief
    Member

    Is it possible for admins to view full profiles including all custom profile fields of
    users who have not verified/activated their accounts.

    I have managed to disable auto sending of activation emails after registration so
    admins can have a look at the new user first and trigger the activation email – effectively
    approving the new users. However my client has asked to be able to view the full profile
    so they can better decide if the user should be approved. They want to check that all custom profile
    fields have been filled out correctly.

    Is there any way of doing that?
    Thanks

    #133947
    Eric Langley
    Participant

    You might want to take a look at the JanRain plugin. It allows users to login with any social network account, fb, twitter, etc.. and has an auto create account feature. No password is required then.

    ~eric
    http://www.abeo.us

    kozmica
    Member

    Hi, I’m looking for a way of disabling the need of email activation in the registration process, and I’ve found a plugin (http://wordpress.org/extend/plugins/bp-disable-activation/ the descripcion says it also automatically logs in the user) and some code (http://buddypress.trac.wordpress.org/ticket/3443 and #2 in http://wpmu.org/6-buddypress-power-hacks-you-dont-want-to-miss/) but I’m afraid to use those because they are really old.

    Is there an alternate/new way to do this?

    I want this because the activation email seems to work ok only for gmail accounts and the hotmail accounts do not receive the email (I have tried the mail plugins suggested in the codex). But I also would like to make the registration process shorter and super simple to my potential users.

    If the sent email can not be removed, maybe replacing the activation key with a welcoming message.

    I know that if I do this, the site would be vulnerable to sploggers but I have seen there are safety plugins for this such as wangward.

    #29175
    tabris79
    Member

    I’ve recently installed BP 1.5.5 on WP 3.3.2 on http://www.sommozzatoritirreno.it/wp
    BP works perfecly exept on new user registration. clicking on the activation link on the email, redirects to the registration form without activating.
    Any solution?

    Thanks for helping

    ismamartinez
    Member

    Problem is when people sign up i get this message…
    Activate your Account

    Please provide a valid activation key.
    Activation Key:

    Even when you enter the activation key from the activation email it does not do anything and the user account is active and the can carry on and use all buddypress features as normal

    How do i Remove this page?
    Ammend the text
    or fix this error please

    Using WP 3.2.2 and 1.5.5

    #133551
    Paul Wong-Gibbs
    Keymaster

    Changing core code is never a fix. This is a terrible solution.

    #133547
    lenasterg
    Participant

    @dexpositoromero.
    Thanks for the solution.
    It worked!!

    #133541
    dexpositoromero
    Participant

    Okay, solved it, so to say.

    Modified bp-core-filters.php file:

    `$activate_url = bp_get_activation_page() . “?key=$key”;` (this appears TWO TIMES)

    for

    `$activate_url = bp_get_activation_page() . “wp-activate.php?key=$key”;`

    Regards,

    Daniel

    kozmica
    Member

    The View link or time stamp permalink in any activity in my buddypress does not work, and leads to a page where only the header is loaded.

    I tried deactivating all the plugins except buddypress and when I deactivated the Template Pack it worked (only it shows all over the place cause the lack of the template pack).

    I am using a custom theme, wich needs the plugin.

    ¿Is there any easy fix?

    I’m using WordPress 3.3.2 and Buddypress 1.5.5
    All of the other permalinks work fine (I even changed them a couple of times).
    Its a new manual instalation in the root of my domain.
    All the site is hosted at banahosting.com
    Link to the activity page of my site: http://fronteragrafica.com/actividad

    Don´t know if it has any to do with it but my activation keys/email do not work either.

    Thanks a lot!

    #28952
    pdep
    Member

    1) New user registers and gets a page saying:
    SIGN UP COMPLETE!
    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    2) Email comes through which says:
    Thanks for registering! To complete the activation of your account please click the following link:
    http://domain-name.com/dp/activate/?key=9298422670c7f2ada0afacb70832d3b2

    3) New user clicks link and gets a page:
    ACTIVATE YOUR ACCOUNT
    Please provide a valid activation key.
    Activation Key: [followed by a text box for input]

    Question: So where does the user get this activation code? It’s not in the email and clipping the key code passed in the PHP link [key=9298422670c7f2ada0afacb70832d3b2 in example above] doesn’t work either.

    Installation data:
    Both BP and WP are very latest stable versions and theme is a Genesis child Bee Crafty.

    I’m been at it for hours and I’m stumped :( – any help greatly appreciated.

    Best wishes,
    Peter deP. 19:50h 19-Apr-2012

    dexpositoromero
    Participant

    Good afternoon,

    I have BP installed in a MultiSite, everything works fine :) But the email sent for activation to the users just contains the domain + key=

    http://mydomain/?key=f5fc9e666d18b44e&e=1

    instead of

    http://mydomain/wp-activate.php?key=f5fc9e666d18b44e&e=1

    I would be grateful if you could point me where to add the missing string :)

    Thank you very much in advance,

    Daniel

    stupidchief
    Member

    I’m trying to figure out a way to moderate new users (why is this not an option?)
    My solution is to not send activation emails automatically and then use a plugin that detects pending registrations and allows you to resend activation emails. that way admins can do some form of moderation.
    I have placed this in my functions.php

    
    function filter_no_activation_email() {
    
    global $wpdb;
    
    $user_id = $wpdb->get_var($wpdb->prepare( "SELECT ID FROM $wpdb->users WHERE user_login = '%s'", $_POST ));
    $activation_key = wp_hash( $user_id  );
    update_user_meta( $user_id, 'activation_key', $activation_key );
    
    return false;
    }
    add_filter('bp_core_signup_send_activation_key', 'filter_no_activation_email');
    

    This seems to work but is there any other way to get $user_id without having to query the database?

    Or even better a plugin for moderation. looked around but there doesnt seem to be one

    #28924

    So BuddyPress has been set up fine, registration is working. However the email that gets sent out when someone registers is the normal username, password and a link to login. Do people not get sent the activation email? Like this one..

    Thanks for registering! To complete the activation of your account please click the following link:

    I installed the welcome pack to edit that email and when testing know that it is not getting sent. Is there something I need to configure?

    #28816

    Topic: Remove activation

    in group forum Requests & Feedback
    niketedm
    Member

    Hi I have installed BuddyPress+Courseware. I want remove the activation by email ’cause many of users leave the web when must activate theirs accounts via email.

    I want that users activate theirs users by some captcha or some other method without leave de page registration.

    I also like to know if exist some plugin for facebook registration compatible with buddypress, thanks!!!

    #132744
    aces
    Participant

    @britt2802

    I’m not sure what you mean by backup.

    If you mean just the database then the newer version bp files will still be there anyway….

    Some other solutions were suggested in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-activation-email/

    Do your settings conform to what is on https://my.hostmonster.com/cgi/help/206

    #132732
    @mercime
    Participant

    https://codex.buddypress.org/troubleshooting/frequently-asked-questions/ see “BuddyPress isn’t sending out emails (eg. activation emails, email notifications)”

    #28775
    sheilahash
    Member

    ok, 2 questions actually.. how the heck do I search the forums for answers so I don’t have to post if this has been answered before ?

    And more importantly! Every user that signs up to my page receives an email with an activation key, but when they try to activate their account, they get an error message saying “Invalid activation key”

    what is happening and how can I fix it???

    britt2802
    Member

    I’m exhausted after spending hours trying to find a solution to my problem: Emails are not being sent out from my website at all.

    I updated Buddypress on March 30th and ever since, I have not received any emails from new user registrations, comments etc. and my new users are not receiving their activation emails. At this point the website is obsolete. Here are some of the things I have done to fix the problem:
    -Contacted my hosting provider (Hostmonster) who assured me the problem was not with them.
    -Deactivated all plugins to see if there was a compatibility issue. (I am using BBpress, Formidable, WP Mail SMTP, BBpress toolbar and SI Captcha). No Luck.
    -Configured WP-Mail-SMTP plugin based on the author specs.

    Any help or suggestions would be great.

    #132642
    crepmaster
    Participant

    My complete signup button , is not leading me to the payment page but send immediately the activation mail, i have the message:

    Sign Up Complete!

    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    i recieve an email to activate the account
    how can i make the form going first to the payment gateway ( i have also the plugin membership) before the activation?

    #28689
    fmeroney
    Member

    Running.
    Latest WordPress
    Latest BuddyPress
    Latest bbPress
    Latest S2member Pro

    So What Im attempting to do is:
    allow a guest to resister, as a free user, and fill out a profile questionair. Here is the optimum procedure.

    1. Click on free registration, Subscriber Level.
    2. Brings me to BuddyPress Registration Page.
    3. Fill Out Form with Basic Info.
    4. User gets activation email
    5. User Activates via email link.
    6. User gets brought to webpage to confirm and logs on.
    7. User then gets redirected to Advanced Profile Options.
    8. User completes it and fills out all available info, updates it.
    9. Done, or upgrades to Paid Membership via S2member.

    Here’s the Questions.
    1. Can I control what fields are visible during registration?
    2. Can I control when certain Profile fields are displayed in the Profile Section?
    3. Can I control when certain Profile Group Fields are displayed?

    Sorry for the Newb questions, cause yes i’m a Newb. Currently self teaching PHP and SQL.

    Let me know what you guys think.

Viewing 25 results - 1,076 through 1,100 (of 1,893 total)
Skip to toolbar