Search Results for 'activation email'
-
Search Results
-
When resending activation email from login page its not working. The user not getting activation email.
heep://siteurl.com/my-account/?action=bp-resend-activation&id=40&_wpnonce=e0106724c5
I can get email working with the WP Mail SMTP plugin.
I also can get WordPress by itself to send a activation link and a user can click it then log in.
But I can’t get BuddyPress to send that activation link no matter what I have tried is there a trick to get buddypress to send that link?I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.
There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.
Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).
Installation:
Wordpress 5.7.1
Theme: Twenty Seventeen Child Theme, but also ExS
BuddyPress: Version 7.3.0THANK YOU FOR YOUR HELP
Hi
I was wondering if you could help me please with php.
After the user fills in the create an account section and base register form I would like 2 things to happen when the user the hits complete signup button.
1. Disable the auto activation so I can assign a member group in the wordpress users section
2. Redirect to an external website for their tiered membership paymentI have tried this for the redirection but I cant get it to work (I added the URL). I placed it in the child theme’s function.php
function ps_bp_redirect($user) {
$redirect_url = ‘url goes here’;
wp_safe_redirect( add_query_arg( array( ‘user’ => $_POST[‘signup_username’] , ’email’=> $_POST[‘signup_email’]), $redirect_url ) );
}
add_action(‘bp_core_signup_user’, ‘ps_bp_redirect’, 100, 1);and I used this to stop the auto activation and this works perfect. I added the code to snippets plugin.
add_filter( ‘bp_core_signup_send_activation_key’, ‘ps_disable_activation_email’ );
function ps_disable_activation_email() {
return false;
}
add_filter( ‘gettext’, ‘ps_change_activation_message’, 20, 3 );function ps_change_activation_message( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘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.’ :
$translated_text = __( ‘Your membership account is awaiting approval by the site administrator.’, ‘buddypress’ );
break;
}return $translated_text;
}I am using the newest version of wordpress and buddypress Version 7.3.0
Many thanks and kind regards
Tracey Kinchella
I am getting registration spam by the bucketloads and I’m not sure how to combat this effectively.
What I’ve done/considered so far:
- Activating Recaptcha v3 (done)
- Hope that email activation weeds out some of the spammers
- Googling has advised hiding /wp-login.php?action=register since many spambots target this, but I’ve not been able to do this successfully, BuddyPress seems to redirect this to its register page.
I’d be super glad for any advice on:
- Hiding /wp-login.php?action=register
- Any other spam-killing things that I should be doing
Thanks!
Activation Emails are not being sent(I am using WP Mail SMTP Plugin)
Topic: Activation Email Issue
Hi all,
I found that two issues of the activation email from BuddyPress.
1.The first activation email is missing background color and the text not center. When I tried to send the same email again, the email becomes all right.
2. I saw an account from WordPress backend is pending, but that account is already able to use the function in frontend (such as upvote a post, which is supposed to only available to activated account). When I tried to register a new account and duplicate the issue again, but no such issue found.
Can anyone help me to figure out and solve the issues? Thanks a lot.
Topic: Activation key Invalid
Seems a common issue. Site is https://thepamphlet.net/, WP version 5.6, BP version 7.1.0. Users can register, will get email to activate, click link in email and then get error message saying activation invalid. Activation by copy/pasting key into field seems to work though. How do we fix?
I just installed BuddyPress 7.1 and seems to be functioning. I had to create an Activate page which was fine. I tested a new account and they received an email with the activation link. I clicked the link and it when to the Activate page with the code. I clicked activate but the only notification the user receives is the URL changes to activate=1 or something like that. The page itself is blank. Is there a way to announce on the page that it was successful?
Hi,
I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.
Please help me to get rid out of this problem.
Thank you.
Topic: No emails from site?
Hello,
I am not sure if this is BP-related, bc WP was recently updated as well, but my site is not sending activation emails and messages anymore.
Anyone else having this issue or some advice for trouble shooting?
Thanks , Lars
So this has been an on and off issue I have struggled with using buddypress. Several users haven’t received an activation link. Whether it’s the fact that the link itself looks super spammy or some email servers have security issues with wordpress sending sketchy linksI have no idea. All I can say is with captcha plugins there really is no reason to force an activation link. A toggle feature should be added to buddypress to switch between auto account activation and email activation. I just had 5 people today say that the activation email was nowhere to be found. It makes it all the more frustrating when you are running paid ad’s to get sign ups on your site while this issue is happening. I’m on wp version5.5.3 and buddypress version 6.3.0 installed on the Arcane gaming theme by skywarriors.
When a new user registers, no activation email is sent out. I checked all the settings and don’t understand what seems to be the problem.
WordPress emails are sending normally.Thank you very much in advance for your help.
Alina
Hello Buddy Press team
Iām using wp Version 5.5.1 and BP version 6.3.0 and WP Fastest Cache Premium 1.5.9 and iThemes Security Pro 6.5.1.
1. How can the consumer skip the activation key page?
After the consumer receives the account activation email, the consumer used to be able to skip the activation key page. But now the consumer can’t skip.2. Sometimes the activation page doesn’t load in register page.
When the consumer clicks the complete sign up button in register page, it sometimes goes to the Activate page with activate your account title normally.However, sometimes the password input field is initialized, and the consumer must enter the password and confirm password again and click the complete sign up button to go to the Activate page.