Search Results for 'activation email'
-
AuthorSearch Results
-
June 6, 2012 at 9:39 pm #135533
In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantI think it is possible the email problem might be due to a hosting problem, we are currently on a Godaddy shared hosting account which has some email restrictions. But i’m still confused as to why there was emails coming before (no emails are going out now) and there was text in the email but just no link.. Would a hosting company remove links from emails like that or ? Strange..
June 6, 2012 at 3:08 pm #135523In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantAlso, we’re using a foreign language version of WordPress and BuddyPress which both have completely translated mo files but the email came in English. Could this be related or another issue?
June 6, 2012 at 3:04 pm #135522In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantIt is WordPress 3.3.2 multisite installed in the root directory. We have a custom theme but based on bp-default without many modifications, certainly not any to the mail functionality except we had tried the Welcome Pack plugin but the activation link did not appear in that email either. This problem has occurred even without any other plugins running but BuddyPress.
It seems to be a variable that should be created called $activate_url in /bp-core/bp_core_filters.php . Is there a way to add a filter there or somehow create another email to take precedence over this one?
We’d like to keep email activation but if it doesn’t work we will have to manually re-send emails or disable it? Both seem like bad solutions, such a basic feature should be working without any tweaks to the system.
June 4, 2012 at 6:59 am #135448In reply to: Email confirmation link for new users?
@mercime
ParticipantSee Registration -> BuddyPress isn’t sending out emails (eg. activation emails, email notifications) https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
June 4, 2012 at 5:52 am #135444In reply to: Email confirmation link for new users?
djords
Memberi have the same problem too with Jloc14, when im registering user they cant find the activation link on their inbox! please help me regarding this problem. thanks.
May 30, 2012 at 5:56 am #135248Paul Wong-Gibbs
KeymasterThere are genuinely a lot of reasons why your web server may not be sending emails. The activation key is contained in this email. As a first step — and I’m sure someone will post here with a much more complicated answer soon — contact your web host and ask them if they support PHP’s mail() function; specifically, is PHP configured fully to send emails.
Most web servers can send emails, but the ‘From’ headers are not properly set, so most of the time, they don’t get delivered to the recipient properly.If they come back and say that the From address in the email doesn’t match the name of your site (quite often this occurs in a virtual server situation), try https://wordpress.org/extend/plugins/mail-from/
If that doesn’t work, or they say you need to specify an SMTP server, try https://wordpress.org/extend/plugins/configure-smtp/
May 30, 2012 at 3:57 am #135245Stephanie8219
MemberI am having the same activation key problems. Members who are trying to register are not receiving an email.
May 24, 2012 at 1:39 pm #135016In reply to: Invalid Activation Key Randomness
mystica
Memberhi,
i’m getting the same error
user can register, he gets the email with the verification key, so he confirms and can log in
after logging in, the site redirects him to the activate page
copying and pasting the key from the email inside the input text doesn’t work though
he always gets redirected to the activate page
any idea?May 19, 2012 at 1:38 am #134768May 12, 2012 at 6:52 pm #134407In reply to: Activation Key
meg@info
ParticipantActivation key is generate key by wordpress and sended to the email of registred member. The new member must activate his account by clicking in the activation link ( the link contain the activation key)
Activation is used to detect if the email exist and blocking multiple registration by the same email ( spammer), and many others advantage ….
May 12, 2012 at 6:41 pm #134404In reply to: BuddyPress Register with SMS?
meg@info
ParticipantThere is any settings for email activation in buddypress,you must add some code in your functions.php to disable sending activation email after resgistration.
i was code for old version for buddypress, im not sure that will work. I will try to update it and i send u.
May 12, 2012 at 3:23 pm #134389In reply to: BuddyPress Register with SMS?
meg@info
ParticipantHi,
U can try to do like that :
1. disable sending activation link by email, and sending the link of payment insteed
2. after the payment was acomplished, you redirect the user to his activation linkMay 11, 2012 at 6:24 am #134309In reply to: [Resolved] Disable users activation email
kozmica
MemberThank you Paul, I decided to keep the account activation since the email problem got solved with the host change, and yes, disabling it seems a little risky.
And thanks a lot for the second link, I had been adding code to my functions.php and have been wanting to remove the links created in the profiles for a while.
Regards.
May 11, 2012 at 6:10 am #134307In reply to: [Resolved] Disable users activation email
Paul Wong-Gibbs
KeymasterI recommend against disabling account activation, but I believe you can do so like this. Put this in your bp-custom.php:
http://pastebin.com/z3ec4Y5F
https://codex.buddypress.org/extending-buddypress/bp-custom-php/May 11, 2012 at 6:03 am #134306In reply to: [Resolved] Disable users activation email
kozmica
MemberThaks for the suggestion Eric, but is not what I was looking for.
About my issue: I changed hosting, it appears that buddypress and banahosting do not get a long as nicely as I would like to. The support people were nice and polite, but could not resolve the issue with the email fast enough.
I also add that the BP-Disable-Activation works but, I deactivated it because I do not want a lot of unnecesary plugins.
May 9, 2012 at 5:41 pm #134243In reply to: Invalid Activation Key Randomness
wp-pbeast
MemberPaul, thanks for the quick reply. Regarding why I hacked the core; being perfectly straight with you, it’s probably not so much to do with missing filters or actions as, when I began using bp to accomodate our project, I would say my bp knowledge was at best remedial, and because of the turnaround time of getting the ball rolling I found that I could accomplish my needs much faster by editing the core files vs. trying to figure out how the filters worked. Backwards, I know—now I’ve got some idea of how things work, but I’ve already made so many small changes that I fear it would futile to try and identify them and update. I suppose I could at some point try and diff everything but at the current point it seems a monumental undertaking.
That said, I can confirm that the server is operating properly and emails are getting sent effectively. As previously noted, the activation is taking place via the activation link, but for some reason that small percentage of users is experiencing the aforementioned, where they’re being prompted for an activation key even though they’ve just clicked on the activation link from the email and their user_status has been updated to 0. Also, as of about a week or so ago, we’re now going through sendgrid so I can monitor every email that goes out via wp/bp. The activation issue we’re having was happening well before and after the sendgrid implementation so I also know it’s not the url conversion that takes place from whitelabeling. What I’m going to try and do is keep creating dummy users in a test environment until I can hopefully reproduce the error so that I may provide to you an example activation link that’s failing.
Thanks so much!
ScottMay 9, 2012 at 10:54 am #134222In reply to: Invalid Activation Key Randomness
Paul Wong-Gibbs
KeymasterAlso, there have been a few posts about activation keys not working. Most of the time, the cause appears to be related to the server not sending emails consistently, and other things outside our control.
But, if you can get an activation key on a clean install that, when you click on the link in the email, it doesn’t work, let us know what the URL looks like (even if you replace the domain) and what the key is. It’s not impossible there’s an obscure bug somewhere.
May 6, 2012 at 9:45 pm #134104In reply to: Cannot register new account
@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?
May 6, 2012 at 8:38 pm #134098In reply to: Cannot register new account
mariilou
MemberWhen 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.
May 6, 2012 at 8:18 pm #134097In reply to: Cannot register new account
@mercime
ParticipantDeactivate BuddyPress. Is activation email sent/received if you deactivate BuddyPress?
Also, read about email activation solutions –> https://codex.buddypress.org/troubleshooting/frequently-asked-questions/May 4, 2012 at 1:19 am #133947In reply to: [Resolved] Disable users activation email
Eric Langley
ParticipantYou 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.usApril 25, 2012 at 12:06 pm #133551Paul Wong-Gibbs
KeymasterChanging core code is never a fix. This is a terrible solution.
April 25, 2012 at 8:56 am #133547Lena Stergatou
Participant@dexpositoromero.
Thanks for the solution.
It worked!!April 25, 2012 at 6:39 am #133541dexpositoromero
ParticipantOkay, 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
April 10, 2012 at 12:25 am #132744In reply to: Emails Not Sending After Update to 1.5.5
aces
ParticipantI’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
-
AuthorSearch Results