Search Results for 'activation email'
-
Search Results
-
I’m developing a custom BuddyPress/WordPress Plugin. Here’s how a user would normally register.
1) A user registers as usual on registration page
2) His/Her account is deactivated till he/she clicks on activation link in his/her email
3) He/She is sent an activation link through the email he/she registered with
4) He/She activates his account by clicking on the linkI’d like to modify step 4 above so that even if the user clicks on the activation link, his/her account remains deactivated till he/she fills another form on the site for example, a custom survey form. Once this form is filled successfuly, the user can now be activated.
I’ll be programming the custom form myself so that it works the way I want it to, with wordpress/Buddypress actions/filters.
So my question is: How can you modify the WordPress/Buddypress activation Process so that the account remains deactivated till the user fill my custom form?
Here’s the main action that I intend to use and it fires as soon as the user clicks the buddypress account activation link in their email:
bp_core_signup_user
I’ll appreciate if someone can point in the right direction on modifying the Buddypress/Wordpress activation process.
Please help. This is where I’m stuck.
I’m using:
Buddypress: 2.3.3
Wordpress: 4.3.1Hello buddy press people. So I installed buddy and bbpress, and had a few different tests to try out the tegistration process. Sometimes registration emails aren’t sent, sometimes they are, but it always asks for an activation code when it does send. If the user skips this they can login normally, but sometimes I need to approve them manually.
This issue slows down registration process and is off putting for first Time users. I’m happy to get any traffic for such a new site, and I really can’t afford to have a lackluster registration process that slows the user down.
I’ve seen this topic come up in forums from years ago, and still couldn’t find a fix.
Help me please!
Hi,
i am using latest version of wordpress with buddypress and theme my login, all are in chinese locale.
the issue was, when a user registers at my site, activation email wasnt being sent. after some digging, i found out that the email title is all garbage character (seems like chinese chars are not properly handled), so my email is consider spam and not sent.
SMTP error from remote mail server after end of data:
550 High probability of spamSubject: =?UTF-8?B?W2hvdyB0byB2YW5dIOa/gOa0u+aCqOeahOW4kOaItw==?=
Message-ID: <764b42eca94b21df3d2691685ffc4642@mysite.com>
X-Priority: 3
X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit感谢您的注册!完成您帐号的激活,请点击下面的链接:
http://mysite.com/activate/8ff52832cde4d7d22080bd3488666f82/
as you can see, the subject field is not properly populated.
so my question is:
1) how to update the buddypress activation subject? If i really want to use chinese, how should i properly encode it? If it cant be done, how to change it to all english?2) i would more prefer the second way. right now buddypress somehow overwrites theme my login activation email functionality. how can i use the theme my login activation functionality instead of the buddypress one? With theme my login, i can easily manage email text.
thanks in advanced!
Wordpress version 4.3
Buddypress Version 2.3.3
Website : http://viajesdespegar.com/pvarma/wordpressIssue : When a user finishes the registration process, and an email activation link is sent – the link gives an error “Invalid activation key.” on clicking/pasting on browser/entering the key manually.
No plugins used, the only plugin is Buddypress. The standard Twenty Fifteen theme used.
It’s a fresh install on WordPress and Buddypress, i am just trying to see how Buddypress is. I have been going through the forum to find answers, but most of the topics are closed by calling it an “old issue”, and the old threads did not solve my issue either.
Any help is highly appreciated.
Thanks!Hi all,
Thanks for any help in adavnce on this, I’ve been going round in circles for a few days now. I’m working on a localhost at the moment for testing, and both WordPress and BuddyPress are up to date (WP 4.3, I can’t quite remember the BP version).
I want to have a manual activation process managed by the admin account, as its a private site.
I’ve successfully forwarded the users activation email to the site admin email, and changed the subject and email message but the activation link doesn’f work for the admin account when logged in.To be clear, the activation url works for the test account it’s designed for or if the admin is logged out, but when the Admin user is logged-in the link just goes to the home page.
I need the site admin to be able to click the link in the activation email but I can’t figure out what format the link needs to be in to work for a logged in admin.
As an Admin is able to click the activation link in the dashboard, there must be a link that will work from an email, but I can’t find where this would be generated.
Does anybody know how I could generate a link that admin can use from emails to activate a users account?
Thanks to anyone that can shed some light on this.
My WordPress version 4.3 and buddypress latest version. I am using custom login page to log in my site by Profile Builder plugin.So i want to set up this page link in activation email after registration. I also want to disable wp-login.php if it possible. Please help Me!!
Hi
I have a serious issue which Im very surprised by.
A user emailed me today with this:Trying to signup. Followed all directions. Won’t let me log-in. Asking for activation key???? Received your e-mail. Please respond. Thank you.. Jim
It appears the user gets a wrong activation key error after following the link in the email. I’ve checked on various other topics here that describe the same problem and have not been able to find a solution.
I’ve not been able to recreate this with a test account
Im using WP 4.2.4 with a custom theme.Whats causing this? I really need this solved asap as it breaks my activation process
Thanks!
Hi,
Weird thing is going on.
If a new user registered him/her self, the user is allowed to login before clicking on the activation link the activation email. And when this happens, the user is totally invisible. I cannot see that user in the newest members and anywhere else.
How do I prevent login before the user clicked on activation link in the email?
Wordpress version is 4.2.2
Buddypress Version 2.3.2.1
bbpress Version 2.5.7
my website http://atheistzone.com/
I am using buddy premium theme.I am facing email related issue. I noticed it on Sunday when i sent mass emails from my old site and asked members to check out new site.
I noticed about 30 emails in pending columns. Activation emails were sent sometimes but most of the times were not sent.
Today i noticed another issue that is also related to email. Emails are sent but reaching about 10 to 45 minutes late in users’ account. I am also receiving notifications of new activity late.
Both activation emails and notifications of new replies are affected by this issue. Notifications of comments on blog posts are also reaching about 10 to 45 late in my email account. I am not using any email related plugin.
I have tested gmail as well as yahoo email account. Same problem. Email reaches late.
I have contacted my web host, HostGator twice via chat but he said it is not a server issue and blames software.
I’ve been trying to hook into this action, but I can’t seem to. I’ve been digging into the bp code using phpxref to try and follow any possible paths, but I think I’m missing something obvious.
My assumption is that this action should file when a new user clicks the activation link from the activation email.
I tired the following get a simple print_r.
add_action( 'bp_core_signup_after_activate', 'bp_autologin_on_activation', 1 ); function bp_autologin_on_activation( $signup_ids ) { print_r($signup_ids); die('bp_autologin_on_activation'); }class-bp-signup.php line 696
do_action( ‘bp_core_signup_after_activate’, $signup_ids, $result );How can I include the admin in the loop for activating a new account? When someone registers and receives their activation email they just need to follow the link and log in. Is there some way accounts can be held until the admin has approved them? We want to operate the site as a closed site.
Thanks
Topic: Activation mail php file
Hi,
In what folder of buddypress plugin can I find the php file for Activation mail?
I like to only edit the email text but I cant find the file.Topic: Activation link doesn’t work
I hope you can help me I got an big error with my BP new user activating email.
1. When register on my website, you have to fill in a form. CHECK
Page: http://www.everybodychallenge.nl/my-ebc/login-aanmelden/2. Check your email to activate your account message page. CHECK
3. Email received by user. CHECK
4. Activate by email url. FAIL FAIL FAIL
I got this mail: Thanks for registering! To complete the activation of your account please click the following link: http://www.everybodychallenge.nl/my-ebc/activeer-account/a8fc00a0677dc8851997a3d1e676159e/
BUT NOW: when clicking on that link, nothing really happens. You get a redirect to the homepage and the account is not been activated.
I see the this new user in my WP dashboard at Pending users (1). So now I have to manually activate all new users, i dont want that.Please can anyone help me fix this?