Search Results for 'activation email'
-
AuthorSearch Results
-
October 25, 2012 at 3:34 am #143911
Chiangmai
ParticipantI had switched my Hotmail.com email accounts to Outlook, switching back to Hotmail.com has resolved the problem.
October 22, 2012 at 11:12 pm #143801In reply to: 1.6 allowing users to register with spaces in SN
Tanya
ParticipantOctober 22, 2012 at 7:30 pm #143795oceanwidedesigns
ParticipantAlso, search through the forum for the activation email problem. It’s common and often times is related to your hosting provider or MX settings.
October 22, 2012 at 7:29 pm #143793oceanwidedesigns
Participant@chiangmai – It could be because it’s not compatible with BP, I’m not familiar with that plugin but not all WP plugins are compatible with the BP registration process.
I’ve had success with Wanguard and asking a specific question. I’ve only had one spammer come through in the last month. I tried other CAPTCHA plugins before, and the CAPTCHA wouldn’t show in IE.
October 22, 2012 at 7:05 pm #143794In reply to: Missing Activation code
NealW
ParticipantI haven’t tried, was afraid to break something else. Now the request for an activation code is back right after I login following the link sent to the email. What’s causing this?
October 20, 2012 at 3:00 pm #143741In reply to: Create private membership site with BuddyPress
modemlooper
ModeratorYou are better off letting email go to user but remove the activation link. Create a function that hooks into member sign up to email you separately. I’m suggesting this because its better conversion for users to get the email.
`function email_admin_user_signup() {
//email admin code here
}
add_action(‘bp_core_signup_user’, ’email_admin_user_signup’);`October 20, 2012 at 2:48 pm #143740In reply to: Create private membership site with BuddyPress
angslycke
Participant@djpaul: Yes, but I want to redirect the “activate your account” e-mails to the site admin instead of the user to let the admin know that a new user has registred. I’m trying to figure out the best way to do this. Obviously I don’t want to edit core files, so best practice should be to use a filter to replace the users e-mail address with the site admin e-mail address I guess?
I found an old post regarding this here (from 2010):
http://www.thoughtsofjs.com/moderate-new-user-registration-in-buddypress.html
They’re editing core files there (bad!), but I found this in the comments as a function to achieve the above:
`
function filter_replace_with_moderator_email($user_email) {
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘filter_replace_with_moderator_email’);
`I added this to my themes custom functions.php-file but the e-mail is still sent to the user instead of the admin. Is there a change in BP 1.5 so that I need to change the hook in the filter? Does anyone know?
October 20, 2012 at 3:24 am #143737Chiangmai
ParticipantHas already deactivated BP Disable activation.
Tried both “mail from” and WP-Mail-SMTP, neither work now trying WP SMTP Config
Any ideas why CAPTCHA does not work on “register” page?
October 19, 2012 at 4:42 pm #143709@mercime
Participant@chiangmai let’s go back to the root of the problem and deactivate BP Disable Activation. Resolve email send/receive issue https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
October 15, 2012 at 12:27 am #143450In reply to: Missing Activation code
@mercime
Participant@nealw Curious, does the same email activation issue come up if you change to BP Default theme and activate bbPress plugin?
October 14, 2012 at 1:38 pm #143414In reply to: Missing Activation code
NealW
ParticipantHello there. Does anyone have the solution to this problem? I am experiencing the dame thing and do not know how to resolve it. The email that people receive is the same thing that Geeter posted into the pastebin.com
Please help. This is holding us up at http://www.commutertisements.comOctober 6, 2012 at 11:25 am #143063In reply to: Activation Code after New Member Registration
GordonRe
ParticipantI have the same problem which I will describe as follows
1. User registers by completing the form [they are at sitename.com/register]
2. They get a page saying – you have registered and please check your email to activiate
3. Clicking on the link takes them to the page sitename.com/activate which says “Activate your Account.
Please provide a valid activation key. With the field ‘Activation key” and the button ‘Activate’.
Copying the activation key from the email does NOT get rid of this page.
5. However
a. checking from and admin account shows that the user has been successfully registered (not surprising)
b. the user can navigate the sit without restriction – which they could not do before clicking on the activation email. So presumably the account has been activated – but they user is told that they still need to enter the activation key. They can log in and can navigate the site. Only the wouldn’t know that.How to fix this? None of the advice above seems much use. Last thing I want to do is instal an unnecessary plug in when presumably this is supposed to work.
I am update to date with software as follows
WP 3.4.2
BP 1.6.1Problem observed in Chrome and Firefox.
Thanks
October 5, 2012 at 10:48 am #143009In reply to: Activation Email Not Being Sent
Dj Kad
ParticipantIn my case i’ve found that mails were sent but classified as spam.
Unfortunatelly some mail servers are blacklisted by some ISP for spamming reasons.
I’m looking for solve this problem because people that want to register in my site are unable to receive properly the activation code sent by email.
For now i change the output message shown in the registration process, alerting people to check into the spam folder, but hope to solve it in a better waySeptember 28, 2012 at 7:07 pm #142633In reply to: Registration Key not working in Buddypress
james_zedd
ParticipantHi Paul. I have sent you an email at the address you provided me with containing 4 activation links that I have used to try and register using buddypress.
September 28, 2012 at 2:27 pm #142606In reply to: How to make changes to Activation Email?
September 28, 2012 at 10:55 am #142591In reply to: How to make changes to Activation Email?
@mercime
ParticipantSeptember 28, 2012 at 9:55 am #142587In reply to: Registration Key not working in Buddypress
Paul Wong-Gibbs
KeymasterPlease share what the activation link the email looks like. If you don’t want to post it publically, send it to me at paul@buddypress.org. We’ve occasionally had reports of this issue but have not yet been able to figure out how to recreate it, so a copy of the email as received by the user would be helpful.
September 25, 2012 at 10:21 am #142396In reply to: Sending username with activation email
Tanya
ParticipantI am also happy with the username on the activate.php page if editing the email is too hard, so it could look like:
Your account was activated successfully! You can now log in with the username *INSERT USERNAME* and password you provided when you signed up.
September 24, 2012 at 12:04 pm #142339In reply to: Sending username with activation email
Tanya
ParticipantThen just the username in the email would be a good option OR showing the username on the activation page once the activation link in the email has been clicked.
Edit: I have edited the topic title to say send only username (not username + password) with activation email.
September 24, 2012 at 11:19 am #142338In reply to: Sending username with activation email
Paul Wong-Gibbs
KeymasterSending any password in an email is a terrible idea. It’s not secure.
September 20, 2012 at 2:11 pm #142157In reply to: Missing Activation code
Paul Wong-Gibbs
KeymasterGeetar, can you share a copy of the email that a new user receives? Can you paste it onto pastebin.com, please?
September 15, 2012 at 5:26 pm #141751In reply to: New users can’t register
blg002
ParticipantWhen you click the activation link in the sent email you get the /activate page (URL defined in Settings > BuddyPress > Pages) that looks like this:
September 10, 2012 at 10:07 pm #141401In reply to: BuddyPress new user approve
Paul Wong-Gibbs
Keymasterp.s. most of Welcome Pack won’t work if you disable activation emails.
September 10, 2012 at 7:25 pm #141385In reply to: BuddyPress new user approve
modemlooper
ModeratorYou could install the welcome pack plugin and customize the email to just a thanks for signing up note.
Or:
`function disable_activation_email() {
return false;
}
add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );`August 26, 2012 at 11:18 am #140264In reply to: BuddyPress Not Sending Activation E-mails?
9087877
InactiveFor your info, If the emails you used to test with was AOL it probably won’t work. Maybe someone else may know why. AOL used to work with BP registration emails but there was some change they made that filters out BP registration emails from being received even in the spam folder. Even facebook doesn’t like AOL email addresses anymore. Try yahoo, and gmail instead.
-
AuthorSearch Results