Search Results for 'activation email'
-
AuthorSearch Results
-
March 15, 2010 at 8:05 am #68379
In reply to: Not a spammer but marked as a spammer?
janec
ParticipantOK…. I think I know the problem – members who do not click on the activation link will be marked as spammers automatically!
There is just one problem – when I test-registered with one of my email addresses (I used gmail) – gmail automatically trashed the confirmation email AND puts a big red warning sign that said the message was potentially a phishing email.
NO WONDER… my users are probably thinking that it was a fake email or a phishing email IF they even see the confirmation email at all.
Is this an issue that is being brought to attention with buddypress developers?
March 15, 2010 at 4:46 am #68359In reply to: Changing the activation email that users get
djsteve
ParticipantThis should so become a WP plugin or bpress addon or something.
March 14, 2010 at 11:57 pm #68321In reply to: Changing the activation email that users get
r-a-y
KeymasterThere’s no admin feature to change the text of the activation email, but you can apply a filter to it.
Put this in your theme’s functions.php:
function my_activation_email($message) {
$message = str_replace('Thanks for registering! To complete the activation of your account please click the following link:','My message is the best message ever.
Really it is.
So I guess you should activate your account now.', $message);
return $message;
}
add_filter('bp_core_activation_signup_user_notification_message','my_activation_email');March 13, 2010 at 3:07 pm #68104In reply to: bp 1.2.2.1 new users unable to login
rsutaria
MemberI am not a PHP guru- but am just wondering, without PHP mail knowing which servers to use for sending email from, how does the user activation email get sent?
Maybe I’m missing something basic here at my end.. But I’m just trying to understand how this email activation feature works.
March 13, 2010 at 11:09 am #68079In reply to: bp 1.2.2.1 new users unable to login
rsutaria
MemberHow is the sending of email configured? I don’t recall configuring any SMTP server during my installation to let wordpress or buddypress know which accounts to send emails from?
I was using BP 1.2.1 for the past few weeks- so am confused how this new feature works?
I saw a reply elsewhere which said the admin can activate users even if they have not clicked on the activation link in their email. But I did not see any “activate” user option in the admin console.
Any help is appreciated.
March 13, 2010 at 5:56 am #68069In reply to: Email Activation not being sent in upgraded BP 1.2.2
gregpill
ParticipantOkay main the problem has been resolved in 1.2.2.1 – thanks!
Any thoughts on the other two questions?
Redirect / message for non-activated accounts?
Resend of activation email?
March 12, 2010 at 9:14 pm #68033In reply to: Email notification not working
chembro303
MemberTHANK YOU @ruthlessbookie. I just set up a fresh install of the latest WP single and BP 1.2.2.1 on bluehost. Tried registering a new user – no activation email sent. Was about to throw something through a wall after spending 3 hours on this and at least it’s working now after using the “mail-from” plugin. Jeez. Shouldn’t have to do that, and I wish I understood the core issue… but thanks again.
March 12, 2010 at 2:31 pm #67951In reply to: Email notification not working
ruthlessbookie
Memberso far, I’ve still not been able to get wpmu activation emails to work with buddypress activated – de-activated, wpmu sends all the emails. I’m really confused about this, and a bit surprised that I’m the only one who seems to be experiencing this issue.
March 10, 2010 at 11:03 pm #67660In reply to: Email notification not working
ruthlessbookie
MemberI feel like I’m on the verge of solving this problem, but there’s so much deprecated code between my various BP upgrades and my theme that was designed before the switch to parent/child. I have a new theme that works great (based in part on DetoX), but I wish I could just isolate the email activation issue.
The ironic part is I only run a main blog, users don’t get the blog option – so I really would be better off porting this from WPMU to WP, but after tons of attempts, can’t seem to make that happen yet.
so…
I’ll keep trying to figure this out, and hopefully someone else who has solved this issue already will chime in with some words of wisdom.
March 10, 2010 at 9:42 pm #67633In reply to: Email notification not working
ruthlessbookie
MemberI was unsuccessful with that.
But the bigger question is: why do the activation emails stop when BP is activated?
I’m thinking that there’s some foul-up over the various upgrades since I installed this back in September 09, as when I do a fresh manual install on the same server/domain in a test directory, everything works fine.
I’m wondering if backing up wp-content folder then deleting everything and re-installing a fresh WPMU/BP to existing database then re-installing avatars, images and various plugins etc. will do the trick.
March 10, 2010 at 9:28 pm #67629In reply to: Email notification not working
Ann Christine
ParticipantUnfortunately I have the same problem as the two of you. I am running fresh installations – newest WPMU and BP.
It was running all fine.
Now I (admin) get no email notifications at all – users do not receive any either. The activation emails are not being sent. The WPMU ones are not sent out either.
I am using a catch-all email on my email host to be able to sign up with different emails on the same domain.
First thing I was thinking was whether BP or WP was thinking all this signup from the same email domain was SPAM and therefore closing down signups from my IP or whatever.
I have searched for answers and found this: https://mu.wordpress.org/forums/topic/13039
Apparently some hosts do not allow automated emails to be sent out.
(However, if my host do not allow this, how come it worked fine for two weeks?)
Only plugin I have installed is the cets-blog-defaults. I have tried to deactivate it, but it does not help.
This is really frustrating
March 10, 2010 at 6:39 pm #67606In reply to: Email notification not working
ruthlessbookie
Memberok, here’s the results:
1. created a full mirror of my live site in a test directory, including a separate copy of the database.
2. de-activated all plugins, including buddypress
3. chose a non-buddypress theme in admin
4. ftp’d a fresh copy of wpmu to the directory – surprisingly, this didn’t break anything.
5. Before re-activating any plugins, I successfully registered, all activation / notification emails worked fine.
6. re-activated BuddyPress
7. tried to register a new member, and now I have nothing – no activation / notification emails.
Am I wrong to conclude this is a BuddyPress issue?
March 8, 2010 at 1:47 pm #67204In reply to: Remove "Activation" page on user registration
ruthlessbookie
Memberin all my test installs of 1.2 on wp and wpmu I’ve never had an activation email for new user signups – I just assumed the feature was removed…it’s still there?
March 7, 2010 at 3:56 pm #67104thekmen
Participantthanks etiviti,
just realised using BuddyPress 1.2.1 and WP (single) 2.9.2 there is no activation email sent, the account is activated automatically & the user can log in straight away.
I am presuming this is the issue as the user doesn’t have to click an activation link?
March 6, 2010 at 5:55 am #66973In reply to: Remove "Activation" page on user registration
Mike Pratt
Participant@wowfood3 but activation emails are actually sent out. Why isn’t your install sending them?
March 5, 2010 at 7:21 pm #66917In reply to: Whitescreen on Activation Key
gregfielding
ParticipantIf I just go to the activate screen
http://housingstorm.com/activate
it asks for a key. But if I click from the email, i get white screen
March 3, 2010 at 7:31 am #66478mingya
Memberanyone knows any simple plugins to use for email activation on new registration?
March 3, 2010 at 6:45 am #66475Anton
Participanton wpmu it sends the activation email and on single wp it doesn’t. There might be a workaround for this and maybe a plugin.
March 3, 2010 at 5:25 am #66473mingya
MemberI have the same question on this particular issue too.
How to setup email activation for new user on single WP + buddypress, exactly like registrating with http://testbp.org/?
March 2, 2010 at 6:49 pm #66375andrew_s1
ParticipantWhat does the link in the activation email look like? What’s the “.php” bit of the URL, specifically? (is this in WPMU?)
March 2, 2010 at 5:59 pm #66368ajohnson
MemberFound a huge problem with this (or though it seems)
Whenever you create an account, the link to activate your account in the activation email won’t let you it through because of the redirects. Anyone else having this problem?
Thanks for the help and the great plugin. A small but mighty one!
February 26, 2010 at 2:23 pm #65707In reply to: Activation Mails
The Badger
ParticipantI’m confused by the lack activation emails too… surely it should be setup by default!?
February 24, 2010 at 1:44 pm #65286In reply to: Tried HipHop ?
Windhamdavid
ParticipantWow, that’s a really impressive setup you got going at http://kodingen.com. Thank you for posting this ~ I wouldn’t know where to start with hiphop yet, but I registered and noticed that the activation email is missing a backslash. I had read this statement from @rasmus and figured it’s performance gains and high scaleability would also depend on a series of other configurations like memcached and sql optimization. But something like this could prove to be as Rasmus puts it, escape from ‘framework soup’. Although wordpress.com seems to be running top notch on top of Nginx, but I’m sure they got all kinds of hardware and configuration tweaks going on..
// all the same thanks for for the experimenting and good luck with it.
February 21, 2010 at 7:44 am #64517Hugo Ashmore
ParticipantI’m somewhat at a loss as to why people debate this issue or try and state it’s a WP issue as logically that doesn’t make sense?
As jfigura posts this is an inherent problem, I have it on a production install and it must be hugely confusing for users, and yes the only approach so far has been to modify the text and remove the WP password from the confirmation emails.
Further testing points to the initial blog registration as being possibly the issue:
Clean install of WP MU 2.9.1 & BuddyPress 1.2 no significant further plugins activated.
Test Condition 1:
WP MU with BuddyPress disabled – admin options -> Allow New Registrations ->’Only user account can be created’
Register new user
Receive confirmation email of new registration along with Activation key
Activate registration
Receive second email with account username and pass
All as expected!
Test Condition 2:
WP MU with Buddypress activated – admin options for registration still set as ‘User Account only’
Register new user
Receive confirmation and activation key
Activate registration – screen message stating ‘you can now login with user name and password you set’
No further emails sent!
Test Condition 3:
WP MU BuddyPress still activated – admin options -> Allow New Registrations -> ‘Enabled. Blogs and user accounts can be created.’
Register new user as well as a blog!
Receive confirmation and activation for account and new blog
Activate registration – screen message ‘you can now login with password you set etc etc’
Receive further email from WP! (copied below)
Dear User,
Your new *********.co.uk Blogs blog has been successfully set up at:
You can log in to the administrator account with the following information:
Username: eggbert
Password: 5f112917
Login Here: http://eggs.**********.co.uk/wp-login.php
We hope you enjoy your new blog.
Thanks!
–The Team @ ********.co.uk Blogs – Sent via Site Admin options email
So having new accounts and new blogs enabled at initial registration triggers the sending of the ‘Welcome Email’ noted above.
clearly this is confusing as it contains the WP generated password.
Why is it that BP registration doesn’t disable / override the WP registration completely? To my mind this IS a BP issue, but I may very well be wrong on that score as I don’t profess to have a deep understanding of the core coding involved here.
On a sidenote:
Testing this and the slightly odd behavior of ‘Allow New Registrations’ where option for ‘only logged in users can take a blog’ actually seems to prevent all registrations. It occurred to me that on a social community ,and from our experience, blogs are not necessarily what users register for and that I would prefer the option to have a blog be only available for registered users from their account options. what actually happens is that registration is disabled completely! Not the effect I desired. I realise this IS a WP MU issue but is simply daft behavior and that set of options needs to be re-worded to be a lot clearer as to what it really does.
It would be great to be able to restrict blog signup to users already with account set up and remove, completely, the option to take a blog on initial signup, I have done this by simply scripting out the option / section for registering a new blog in BP register page but feel it’s not the best approach?
February 18, 2010 at 7:17 am #63905John James Jacoby
Keymasterhttps://trac.buddypress.org/browser/trunk/bp-core/bp-core-activation.php#L79
There are two ways for this email to still get sent:
1.) Your active theme does not have either /register.php or /registration/register.php in it.
2.) You are an admin that has just added a user to your site.
If either of those things are true, the email will get sent out.
If you are hard pressed to make this issue go away, try adding this to your functions.php or bp-custom.php.
/* Unhook BuddyPress wpmu email blocker */
remove_filter( 'wpmu_welcome_user_notification', 'bp_core_disable_welcome_email' );
function block_wpmu_email() {
if ( is_admin() && $_GET['e'] )
return true;
return false;
}
/* Rehook custom function */
add_filter( 'wpmu_welcome_user_notification', 'block_wpmu_email' );The above routine doesn’t help us test this issue any, but it does stop the email from going through unless you add a user yourself.
-
AuthorSearch Results