Search Results for 'activation email'
-
AuthorSearch Results
-
October 3, 2013 at 10:09 pm #172285
In reply to: Activation email – second time round causes error
applegateian
ParticipantYes fair point @henrywright-1 – will add some copy for those users too 🙂
October 3, 2013 at 9:45 pm #172284In reply to: Activation email – second time round causes error
Henry
MemberThe activation form is there mainly to give website admininstrators the ability to activate users accounts manually. So, removing the form won’t cause any problems.
One issue with the text you’ve added to the page – keep in mind any logged out website visitor viewing the activation page will see that text – so “your account has already been activated” won’t always be true.
October 3, 2013 at 9:12 pm #172282In reply to: Activation email – second time round causes error
applegateian
ParticipantFor now I have changed the copy on the activate.php page in my theme to make sense. It still works first time a user visits, but if they do it again, they get a page with some copy that helps them. The key field can never be used anyway.
Is there a smarter fix?
September 24, 2013 at 12:57 pm #171746In reply to: Can't View the Registration Page
totoff
Participanthi,
i am having the same problem i can’t receive the activation email.
i tried with severals email adress but it is still the same.
amy idea,Thanks,
Christophe
September 23, 2013 at 6:19 pm #171727In reply to: Email Activation
asieger
ParticipantHi @mercime,
I received activation email when i installed wp-client earlier, but i don’t know why i don’t get the activation mail for buddypress. The Website is hosted with Supremecluster in the US.
Please, could it be from my host or probably from wrong settings?
Thanks
-SamuelSeptember 23, 2013 at 2:56 pm #171709In reply to: Email Activation
@mercime
ParticipantCan you receive an activation mail if you deactivate BuddyPress? Where are you hosted? Have you checked out possible solutions at https://codex.buddypress.org/troubleshooting/frequently-asked-questions/ ?
September 23, 2013 at 2:41 pm #171707In reply to: Email Activation
@mercime
Participantclosing this topic in favor of same at https://buddypress.org/support/topic/email-activation-2/
September 22, 2013 at 10:34 pm #171674Paul Wong-Gibbs
KeymasterBP has a very old bug where some activation keys didn’t work correctly. I have not looked into this for some months but, if I remember correctly, the issue was very hard for a developer to re-produce to be able to try to find out what the bug was.
Also, it’s possible that some site configurations might cause a problem. Does the activation link in the emails link to the correct site? Is the URL correct?
September 19, 2013 at 6:28 pm #171557In reply to: Can't View the Registration Page
asieger
Participanti’m still having some issues with the buddypress platform. I filled the registration form and i got a success message saying the activation code has been sent to my email. When i checked my mail box, i couldn’t find the activation mail from yesterday 15:00hrs GMT till now.
Please what do i need to do to fix this issue?
Also, what’s the landing page for already registered members?I’ll appreciate your response greatly.
Regards
-SamuelSeptember 10, 2013 at 9:18 pm #171115In reply to: No mail send after registration
Paul Wong-Gibbs
KeymasterProbably it’s just in the spam folder. The activation email quite often seems to be marked as spam, unfortunately.
Mail server configuration can be tricky and I’d suggest you also contact your web host for support, as there may be other configuration changes that you or the host could make to improve the chances of the email being received correctly.
September 10, 2013 at 4:59 pm #171101In reply to: No mail send after registration
August 31, 2013 at 4:53 am #170673In reply to: BuddyPress Registration Page Not Working
Eve Oliveri
ParticipantThanks for the advice. I have just changed the theme to Twenty Twelve and the sign up works.
Is there something I should be looking for particularly in the Flexform theme to nut out why it is causing issues with sign up?
In the Twenty Twelve theme once the user receives the email they are prompted to follow a link to activate their account. Upon clicking they are taken to the Activate your Account page. This page says Invalid Activation Key. Is there something else that I am doing wrong?
I have looked through previous threads regarding the Invalid Activation Key and have not worked out what to do with this.
Thanks for your help.
August 28, 2013 at 7:02 pm #170561In reply to: Registration Process
Henry
MemberThe activation email body can be filtered using
bp_core_signup_send_validation_email_message
The subject line can also be changed
bp_core_signup_send_validation_email_subject
For example: To change the subject line you would add this to functions.php
function activation_email_subject_filter( $subject, $user_id ) { $subject = 'Hello New User'; return $subject; } add_filter('bp_core_signup_send_validation_email_subject', 'activation_email_subject_filter', 10, 2 );
August 26, 2013 at 11:13 am #170427In reply to: Remove [Site Name] from email subject line
Prince Abiola Ogundipe
ParticipantThis is what i did to remove it from activation email, you can play with it to remove it from all
function fix_bp_activation_subject($subject) { return __( "Activate Your Account",'buddypress ' ); } add_filter( 'bp_core_activation_signup_user_notification_subject ','fix_bp_activation_subject');
Naijaping
August 16, 2013 at 3:36 pm #169926In reply to: Dashes in usernames
aces
ParticipantAugust 15, 2013 at 3:36 pm #169896In reply to: login username and avatar quality
aces
ParticipantFor point 1:
See https://buddypress.trac.wordpress.org/ticket/4622#comment:8 for suggested work arounds.
Alternatively: http://wordpress.stackexchange.com/questions/66204/showing-the-users-username-in-registration-email-or-activation-page-with-buddyp
August 15, 2013 at 4:50 am #169872In reply to: [Resolved] Need activation key???
gswaim
ParticipantUPDATE:
This was not WordPress by SEO. And who knows what it is.
If a user signs up, clicks the authorization in the email and then logs in they get the Authorization Page which is asking for an authorization key.
If the user clicks the authorization link but closes the browser before relaunching the browser and logging in, no problem.
August 8, 2013 at 7:32 am #169564In reply to: Registrations don't work
Hugo Ashmore
Participantit doesn’t bring you to the activate page,
And default behaviour isn’t to, the page refreshes and you should see a message saying reg successful please check email for activation key.
Not sending an email is not generally a BP issue but a server one.
Having said all that do as mercime suggests checking in another theme known as compatible.
I’ve tested 3.6, 1.8.1, bp-default theme and registration works as expected, so I’m guessing your slightly confused as to the default sign up process and that your server isn’t sending mail correctly or it’s being dropped into users spam folders.
August 8, 2013 at 12:53 am #169551In reply to: Registration email not being sent
@mercime
Participant@wyldesites I just set up a new installation WP 3.6 and BP 1.8.1 and registration with activation email is working.
– Check server email configuration – if you deactivate BuddyPress, does the registration process work for you? Where are you hosted?
– Deactivate all plugins except BuddyPress and change to Twenty Twelve theme. If all’s well, then activate theme. If user can register, then could be one of the plugins. Activate plugins batch by batch while testing to check which is interfering with registration/activation.
August 6, 2013 at 5:23 am #169427In reply to: Disable Mail Activation ??
@mercime
ParticipantAugust 6, 2013 at 4:10 am #169422In reply to: registration doesn't work when set as homepage
r-a-y
KeymasterJust tested registration on your site with Firefox.
Works for me. I was able to register, receive the activation email and activate my account.
August 1, 2013 at 2:46 am #169195writegnj
ParticipantHaving a same issue. @modemlooper for my case I did click the link on activation email. it only gives error when you try to sign in with bbpress login widget after you get account activated success message.
Anyone have solution for this issue?
July 28, 2013 at 11:34 pm #168976In reply to: Activation Code Issue
Ben Hansen
Participantwell I’m pretty sure the number is in the email at the end of the link they click. pretty sure i have manually entered it once or twice
July 19, 2013 at 1:08 am #168318In reply to: Remove profile field from register page?
stunley
ParticipantActually, If there are no fields in the ‘Profile Details’ column then it doesn’t send an activation email, nor does it load the Check Your Email To Activate Your Account! message; it just goes back to the homepage.
July 18, 2013 at 5:19 pm #168287Hugo Ashmore
ParticipantThe correct way is to sort out your email zone records, reverse PTR records, SPF records etc this is not a BP issue I’m afraid, nor a WP one.
-
AuthorSearch Results