Search Results for 'activation email'
-
Search Results
-
Hi,
I created a test account using regular buddy press registration form.
On the “Activate Your Account” page, it said we have sent an email to you to activate your account.
I logged into my email, and clicked the link in the email to activate the account.
I keep getting this message:
———————————–
Invalid activation key
———————————–I even copied the key directly from email link and entered in to the activation field, still keep getting the “invalid activation key” message.
What is the problem? How can I fix it?
Please advise.
Thank you.This is a well established site … up and running with BuddyPress and bbPress for just over 2 years. Recently (say the past few weeks … I’d guess since applying the latest updates) users are reporting problems with viewing their account/profile pages.
The behavior is consistent but the pages do vary.
For example this link
http://canadianvintageradio.com/members/lee
should display the member’s profile. Instead it’s redirecting to the forum topicIf I try to access My Account -> Settings -> Profile of my own account I end up at a forum topic attachment with the title profile.gif
In each case it’s using a word in the original url and finding a forum post with that same word somewhere in the title/url.
WordPress: 3.9.1
bbPress: 2.5.4
BuddyPress: 2.0.1
Theme: child theme of WooThemes CanvasI keep the plugins pretty much up to date but might have skipped a version if they were released close together.
I’ve tried resaving the Permalinks and running the bbPress repair tools.
Installed plugins:
Akismet
amr users
BackupBuddy
bbPress
bbP Topic Views
BP-Albun
BuddyPress
BuddyPress Pending Activations
Disable XML-RPC Pingback
Email Log
Events Manager
GD bbPress Attachments
Lightbox Plus ColorBox
List category posts
MailChimp Widget
NextGEN Gallery
s2Member Framework
TinyMCE Advanced
User Role Editor
Visitor Maps and Who’s Online
WangGuard
WP Password GeneratorWell I just figured out that the activation for user profile is not working at all.
Once the new user registers. It asks to activate the account from email. But No emails come for activation.
I tried to give the credential which was provided during the registration. Doesnt work.Please help me out.
WP 3.9 BP 2.0.1
I have a custom registration form. It works, as it makes a new user that can login. It doesn’t work as when said user tries to login in for the first few times, it shows a white screen. After a few refreshes, everything works as intended. I suspect the problem is from buddypress, as I used buddypress default data and tried to log into one of the fake accounts and it worked fine. It only seems to be with accounts that havent yet had any BP activity. On top of that, this occurs after clicking activate in the activation email.
function create_user_from_registrant(){ $user_name = $_POST['first_name']."_".$_POST['last_name']; $user_email = $_POST['email']; $user_id = username_exists( $user_name ); if ( !$user_id and email_exists($user_email) == false ) { $random_password = wp_generate_password( $length=12, $include_standard_special_chars=false ); //$user_id = wp_create_user( $user_name, $random_password, $user_email ); $user_id = bp_core_signup_user( $user_name, $random_password, $user_email, '' ); } else { $random_password = __('User already exists. Password inherited.'); } mail($user_email,"Five Star Connect Beta Credentials","Thank you for registering for The Five Star Connect Beta. Your username is $user_name. Your temporary password is $random_password <a href='http://thefivestar.com/fsc-beta/members'>Click here to log-in.</a>"); echo $user_id; die(); }Above is my registration code. I have also tried by using wordpress’s registration function as opposed to the bp_core_signup_user function.
Please halp 🙁
So this is clearly a known issue
http://codex.buddypress.org/legacy/faq/
BuddyPress isn’t sending out emails (eg. activation emails, email notifications)
This appears to be a problem with certain web hosts (Bluehost primarily).
I opened a ticket with bluehost and they don’t appear to know much about the issue. I loved being able to forward them to the Buddypress FAQ. It turns out that Bluehost filters are catching the activation emails as spam. Bluehost support was key on getting a copy of the activation email in question which I provided (if you make an account on the same domain you avoid hitting the filter). Anyhow, they resolved the issue for about a month. Unfortunately the issue just came back today.
Does anyone have any idea what is happening between Bluehost filters and Buddypress activation emails? What separates Buddypress activation emails from standard WordPress activation emails. This is the first issue I have had with Bluehost in 10 years with the company.
I appreciate any feedback anyone may have and hope this information helps others running into this issue.
I am trying to fix my user activation page (see this forum post). Here are the errors on the site in debug mode:
Error shown throughout site:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /var/www/vhosts/thesitename.com/www/wp-includes/functions.php on line 3245
Errors shown on Activation page (after user registers they are sent an email with an activation link, they click on it and are sent to this page. The page should have content, but for some reason it is completely blank):
Notice: update_user_meta( $user_id, ‘last_activity’ ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_update_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/vhosts/thesitename.com/www/wp-includes/functions.php on line 3245
Notice: get_user_meta( $user_id, ‘last_activity’ ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_get_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /var/www/vhosts/thesitename.com/www/wp-includes/functions.php on line 3245
Fatal error: Call to undefined function bp_xprofile_create_field_type() in /var/www/vhosts/thesitename.com/www/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 560
Any help would be appreciated 🙂
I have a weird problem on all four of our client’s BP sites. We are using BP 2.0, on http://www.hennamatrimonials.com, and 3 others…but they all suddenly have a weird issue.
Users can register and activate with no problems from *ANY* domain but the one we have been using for months to test from. If we use an email address on our company’s domain of @thendsproject.com, when we click the activation link it gives us the invalid key message. HOWEVER – it DOES activate the account correctly, in spite of the error.
This has been tested from many machines, and even in different countries…all people is they use one of our internal email addresses get the error message. What in the world do you think would cause this?
After registration, the user is sent an activation email with a link to activate their account. When clicked the link goes to a blank page (nothing except the site background image is on the page) the url is similar to this: thesite.com/?page=gf_activation&key=04ce03bce4251588
The site is using gravity forms registration add-on, could this be part of the problem?
I would like the activation email to send people to the login page…
Thanks!
Hello,
i want that User can register but i want no Registration email, i want that i have manually Activate every User. Thus, the user should only be able to login if they have been activated by me.
How can I realize the best?Thx for you Help.
Topic: Activation pending
Hi there,
All users who have received activation emails are directed to the homepage however once they logout and log back in, their account is not activated. It turns out their account is still pending for approval. Is there a way to automatically approve the account instead of having the admin manually approve every user?
Any help or directions would be most appreciated!
WP 3.9 | BP 2.0 | single site
I could post all the trouble I ran into on my quest, but it’s quite a list. So let me start by trying to explain what I want to achieve:I am making a corporate site, which is visible only to registered users (both WP content and Buddypress pages). However, anyone can request an account, providing they are actually an employee of the company. the flow I have in mind is as follows:
Users comes to site and click register
fills in username, email, password en confirm password + 1 or 2 custom fields. redirected to ‘account waiting approval’ temp page
Administrator receives email that a new member wants access. Administrator checks whether user is an employee and approves user
Now user receives email that his account is created, logs in and is redirected to his ‘edit my profile page’I have tried to accomplish this in many ways, but haven’t succeeded in anything else then stacking plugins.
Registered-users-only-2: keeps unregistered users out of both WP and BP content.
Approve New User: gives administrator the opportunity to approve or deny new users
Erident Custom Login and Dashboard: styles my login.php
BP Disable Activation Reloaded: kills the activation (don’t need it because I manually approve)This comes really close accept for the fact that the user is required to choose and confirm a new password, but then receives an e-mail with a randomly chosen password. This will not do. I see two solutions:
kill the random password generation (because user has already chosen and confirmed one)
remove the choose and confirm password during registration (because randomly chosen one is also fine)I have no idea how to achieve either one. Would anybody be so kind as to point me in the right direction?
Hi, I am new to buddypress and just signed up as a test member on my site, galleryhop.com. It said I would receive an email to activate my account, but the email was never received. Is this automatic or is there some place I need to set up this email configuration? Thanks!
Hello everyone,
My site is http://forum.webdeveloperszone.com, When any send a request to register his/her new account, registration is done but buddypress not sending activation email. Thabt means user not get any activation mail & account is pending review for active. have any body for help this issue? I’ll waiting for solution.
Thanks
hasibulI found this article and thought it would be useful for other people. it includes both multisite and single site solutions