Search Results for 'activation email'
-
AuthorSearch Results
-
May 27, 2014 at 11:33 pm #183392
In reply to: activation email goes to user’s spam folder
ctseng01
ParticipantCan you tell me how I can change the wording of the Register page to remind new user to check their spam folder for the Activation email?
May 25, 2014 at 10:21 pm #183334In reply to: New User – Invalid Key – The Solution
r-a-y
Keymaster@antimuffin – I tried duplicating this, but can’t.
I have a few other questions:- Are you using a different language other than
en_US
for your WordPress install? - Are you using any email plugins? Specifically, are you using a plugin that converts the plain-text email over to HTML? If so, this might be where the problem lies.
- How did you access the activation email? Webmail? Email client?
- What is the default character encoding in your email client? Mine is Unicode. I tried converting the character encoding over to Western (ISO-8859-1) and Western (Windows-1252) and couldn’t duplicate the problem. Note that this is for the default plain-text activation email. How are you converting the email over to ANSI?
Any other feedback would be useful.
May 25, 2014 at 4:11 am #183318In reply to: Bluehost Activation emails being filtered
Zane
ParticipantDoes anyone know where the mail() function is called to send the activation emails? They just asked me if I could change the sender information. I assume I could follow the instructions here to modify the headers http://www.cyberciti.biz/faq/howto-change-from-email-address-php-mail-function/
May 11, 2014 at 6:32 pm #182756In reply to: Feature request: New user moderation
bp-help
Participant@okamiokami
You can test some of the solutions in this ticket that simply stops the activation email from being sent then use BP’s new build in activation to manually activate the users. Of coarse I haven’t tested this but its worth a shot.
https://buddypress.trac.wordpress.org/ticket/3443May 6, 2014 at 4:01 pm #182554In reply to: [Resolved] Need activation key???
Diego de Oliveira
ParticipantOk, maybe I got the source of the problem. I use this code below to change the text from the e-mail with the activation code:
<?php function bp_change_activation_mail_text( $message ) { // Get some globals global $bp, $wpdb; // Get username from the signup form just posted $username = $bp->signup->username; // SQL query to get activation key for that username $sql = 'select meta_value from wp_usermeta where meta_key="activation_key" and user_id in ( select ID from wp_users where user_login="' . $username . '" and user_status=2 )'; // Getting the activation key from the database $activation_key = $wpdb->get_var($sql); $activate_url = bp_get_activation_page() ."?key=$activation_key"; $activate_url = esc_url( $activate_url ); // Custom message with activation key $message = "Obrigado por registrar-se no Espaço Tesla!\n\n Para completar a ativação de sua conta, por favor, clique no link abaixo:\n\n$activate_url\n\n"; return $message; } add_filter( 'bp_core_signup_send_validation_email_message', 'bp_change_activation_mail_text' );
Maybe there is something wrong with the query that could sometimes return an empty result? When I remove this filter, the default text is sent with the correct activation link.
May 5, 2014 at 9:02 pm #182513In reply to: [Resolved] Need activation key???
Diego de Oliveira
ParticipantHi, folks,
I’ve seen that this thing of activation e-mail is quite a headache for some people using BP. I’m currently having some trouble too. Most of the time, when a user creates an account on the site I’m working on, the e-mail with the activation link is sent ok. But for some users, the link on the e-mail comes without the key (something like
http://www.site.com/activate/?key=
), what results in the page asking a activation key. The problem is that I can’t reproduce the issue, but I received even a print screen from an user showing that the problem indeed exist.I’ve installed Unconfirmed plugin to check if there is users that are not confirmed, and there are a couple of users. I can see the activation key for every unconfirmed user. What can be causing this issue?
I’m currently using Buddypress 1.8.1, bbPress 2.4.1, and for the themed login, I’m using Theme My Login 6.3.9. I’m using too WordPress Social Login 2.1.3 for give users a social login option. To style the e-mails, I’m using WP Better Emails 0.2.6.5.
Thanks for any help!
April 19, 2014 at 8:13 pm #181778In reply to: 2.1 top features
simple-man
ParticipantFix the following error:
Invalid Activation Key
Or
at least some kind of workaround it
in the admin section where admin can manually activate the user and send the email that user account has been activated.
Thank you.
April 5, 2014 at 6:00 pm #180845In reply to: Will BuddyPress 2.0 fix this problem?
simple-man
Participant@espellcaste I agree that we should not disable it.
But since it is holding us moving ahead since people can’t use site, so I think at least an option to disable sending the activation email (i.e. bypassing activation) will be good while people are trying to resolve this issue.
Also it will help let people use the site. Currently people just give up after seeing the “Invalid Activation Key” message and don’t return back to the site.
Thank for your suggestions. Really appreciated.
April 5, 2014 at 6:49 am #180831In reply to: Will BuddyPress 2.0 fix this problem?
Renato Alves
ModeratorI would totally not recommend to disable it. You should spend more time to figure the problem out. In my BuddyPress test installations (local and live), it sends the emails just fine, so there is a problem, maybe in your server, template, I don’t know, somewhere.
But, if you really wanna disable this, after a quick search here and in Google, I found some possible solutions.
Obs.: I haven’t tested it, so use it at your own risk.
https://buddypress.trac.wordpress.org/ticket/3443
https://buddypress.org/support/topic/i-would-like-to-disable-email-activation/#post-43483April 4, 2014 at 5:39 pm #180804In reply to: Will BuddyPress 2.0 fix this problem?
simple-man
ParticipantThank you for taking time to answer my question. I know you are very busy with steering ahead BP 2.0.
Q: Can we have the option to ‘disable’ sending activation email in BP 2.0 ?
It will be so helpful to just disable sending activation email if the “Invalid Activation Key” problem still persists.
Thank you again.
April 1, 2014 at 10:43 pm #180625simple-man
ParticipantThank you for your response @barney92
Now I am finding that:
* Sometimes the user is able to login using id/pw selected during account registration even if the activation message (after clicking the link in the email) is : Invalid Activation Key
AND
** Other-times the message is still “Invalid Activation Key” and the user is NOT able to login using username/pw created during account registration.
What a mess! It is now 2 weeks and can’t figure out what is going on.
Really need some help here please.
March 30, 2014 at 5:36 pm #180524simple-man
ParticipantHere is now another phenomenon happening:
1. New user clicks on the account activation email link
2. The activation page displays error: “Invalid Activation Key”
3. User can still login using the username and password selected during account registrationQ: So what is going on here? Does it mean that the account activation email was never needed in the first place?
Or
Does it mean that somehow the account is activated even though the the page displays the error “Invalid Activation Key”?So how do I fix this issue? Is it possible to disable the activation email?
Is it possible to chnage the “Invalid Activation Key” message to something like the following:
—————————————————————————————-
Now you can login using the username and password you selected during account creation.
—————————————————————————————-Thank you!
March 27, 2014 at 3:19 pm #180402In reply to: Using XProfile fields in Notification Mail
modemlooper
ModeratorYou can filter the email message. Did not test this code. It would add text to end of default message. Change field_name to exactly match name of profile field.
function custom_activation_email_body( $message, $user_id, $key ) { $field1 = xprofile_get_field_data( 'field_name1', $user_id ); $field2 = xprofile_get_field_data( 'field_name2', $user_id ); $field3 = xprofile_get_field_data( 'field_name3', $user_id ); $message .= sprintf( __( "Username: %s Email: %s Membership Type: %s", 'lang' ), $field1, $field2, $field3 ); return $message; } add_filter('bp_core_signup_send_validation_email_message', 'custom_activation_email_body', 10, 3);
March 26, 2014 at 12:26 am #180312simple-man
ParticipantI will think more about going that route, because I still like account activation via email link.
I had bad experience with spammers before.Thank you.
March 25, 2014 at 1:45 am #180261aaronhester
ParticipantI changed the theme back to twenty twelve and registration still does not work.
New users cannot register through buddy press signup page. I can setup a new user through the admin though and it sends notifications, activation emails etc just fine.
When you enter your information to signup it refreshes back to the signup page.
March 25, 2014 at 1:20 am #180259@mercime
Participant@aaronhester What have you done so far to troubleshoot the issue?
– Is WP default registration working if you deactivate BuddyPress?
– What’s the bottleneck – you cannot send email notification, registrant does not receive activation email, etc.?
– If you change theme to Twenty Twelve, for instance, does registration work?March 24, 2014 at 1:51 pm #180237In reply to: activation email for the second time
Rita84
ParticipantOK, I deleted them according to your instruction but problem still persists. I can’t receive any activation email for the email that I have used before and deleted.
March 24, 2014 at 12:19 pm #180233In reply to: No activation emails.
Allegrif
ParticipantFound a way around my issue by disabling activation emails, although I would rather have them enabled. I also can’t send users emails regarding their recent activity, account settings etc which is very frustrating. At least now my site can be semi-functional.
March 23, 2014 at 9:46 pm #180216Henry Wright
Moderator@simple-man the next step is to check that an activation key is being set. considering you don’t have access to your database, are you comfortable with PHP? Can you add this to page.php
echo get_user_meta( $user_id, 'activation_key', true );
and replace
$user_id
with the user ID of the member you want activated.Then make sure what appears on screen is the exact same key as the key in the email link.
March 23, 2014 at 7:50 pm #180210Henry Wright
Moderator@simple-man if the activation key is in the database and the link in the email is right then the problem must be elsewhere.
1. instead of clicking on the link in the email, are you able to copy the link and paste it directly into the browser address bar? It could be the click-through that is causing the problem. Just a thought.
2. can you ensure all plugins are deactivated (aside from BuddyPress).
March 23, 2014 at 7:13 pm #180209simple-man
ParticipantUpdates:
1. I just found out that even though clicking the registration email link displays the message “Invalid Activation Key”, I was able to reset the ‘new password’ to the ‘same original’ password using “forgot password” link and login using the new password.2. Then I created another test user and had exact same error message upon clicking the registration email link: Invalid Activation Key
I ignored this “Invalid Activation Key” error message and this time I was able to login using username/password.It is very confusing and new users will just give up when they will get the error: Invalid Activation Key
March 23, 2014 at 3:31 pm #180201simple-man
ParticipantThanks for the response.
I have tried everything I can think of, including testing with three different new accounts on different days.
I keep getting the same error message: Invalid Activation Key
Q: Can it be possible that BuddyPress (in our case) never stores the code in the database that it send in the registration email link? Perhaps that’s where the mis-match/invalid message is coming from?
March 19, 2014 at 7:49 am #180000In reply to: Multisite Removal (BuddyPress on Network)
mairaj
ParticipantOkay, so yes the website is working however new registrations are not going through. When I click ‘Complete Sign Up’ the registration page refreshes and comes back blank just with the heading ‘Create an Account’ no registration form on the page.
No activation email sent, tried all basic possibilities, deactivated all plugins, just buddypress is active. Cannot do any registrations.
Please help
March 15, 2014 at 6:11 pm #179846In reply to: Activation Email Intermittent Failures
Henry Wright
Moderator@aaclayton have you tried contacting your host? You need to verify if these emails are actually being sent by your mail server. If they are being sent and received, then the problem could be with the actual activation link.
Have you tried disabling all of your plugins? I realise the site is live so that might not be possible.
March 15, 2014 at 5:55 pm #179845In reply to: Activation Email Intermittent Failures
aaclayton
MemberHey @chmielopas, thanks for your thoughts. These activation emails are just sent using wp_mail, I don’t think they are actually routed through google apps, but I’m not certain. I’m not using any plugin to deliver email to google apps, just the normal DNS settings.
- Are you using a different language other than
-
AuthorSearch Results