Search Results for 'activation email'
-
Search Results
-
On my installation, when I register a new user using register.php (which my default theme points to), no registration activation email is received by the user. However, this works fine when wp-signup.php is used.
The forums say that the register file is easier to customize so I would rather use it, but how can I get the registration activation to be sent out?
I created a bunch of test users from the domain/register link and did not receive an activation email for them. Later realized that I have to use the domain/wp-signup.php page to register instead. Now the problem is that I am not able to delete the users with pending activation because they don’t show up in WPMU users list and I can’t register new users with the same name or email address. How can I delete those pending users?
my site (gumshuland.com) was working fine before the 1.0 upgrade. i must have done it wrong. now when new users sign up, the browser message says successful, but the activation email doesn’t go out. where should i try to fix this? thanks in advance.
Is that possible because in my site if you register a domain @yahoo.com there is no activation coming on the email, maybe a problem on my hosting they only allow gmail on their registration
I know that several of the activation/signup emails are located in wpmu-functions.php and while I know it’s not the preferred method, I updated some of the text there.
When testing out the registration functions, I found the text for the emails with the registration information have been updated. But not the activation email, even though I changed that text also.
Is there another location for activation/signup email text? Or is there location for any of those messages in Buddypress?
How can I use the full name/real name in the activation email and messages?
It shouldn’t be necessary to have emails with ‘Dear User’ when you already have the new member’s real name.
I’ve got BuddyPress running on my new/test WPMU site – http://kidoosh.com/ – but for some reason, it won’t let me register new users. I logged out as an admin, and tried to register a couple of test accounts using different email addresses (a gmail one and a hosted one) – but I have never received the registration/activation emails.
Do you know why this might be happening? Any suggestions on how I can fix it?
‘would really appreciate your help!
After doing a lot of research on the net I have found a way in which the admin can moderate the new users and/or blogs.
This is how it happens
1. A new user registers on your site.
2. After registration he/she is shown a message that “an admin needs to approve your account etc…”
3. The admin recieves the activation mail in his/her inbox.
4. When the admin clicks on the activate link the member gets a mail in his/her inbox with their username and password.
And Here is how to Achieve this.
Step one:
a. Open wp-content/mu-plugins/bp-core/bp-core-activation.php
b. Search for wp_mail($user_email, $subject, $message, $message_headers); (There are two instances of this code on the file)
c. In the above piece of code replace $user_email with $admin_email or ‘youremail@yourserver.com’
d. Do the same changes for the other instance.
e. Finally you must have changed $user_email with $admin_email or ‘youremail@yourserver.com’ at two places on Open wp-content/mu-plugins/bp-core/bp-core-activation.php
Step 2:
a. Open the fle wp-content/mu-plugins/bp-core/bp-core-signup.php
b. Search for functions bp_core_signup_confirm_blog_signup and bp_core_signup_confirm_user_signup
c. Thse functions will have the messages that are displayed to users on their screen after they sign up.
c. Change the messages as per your needs.
Step 3:
Test the changes

I have made these changes and tested them on http://iitdreams.com. However all these changes require to change code at places where it will be lost during upgradation. Can someone come up with a plugin for same.
Topic: Activation Not Working!
When a new user signs up, they receive the activation email perfectly, however when the activation link within the email is clicked, it brings up a completely broken/blank page on my site…You can see my header, but nothing else…even the menu-bar is missing (see image below).
I’m not sure what could be causing this issue? This was working a few days ago, and I don’t have any new plugins/major changes to the site since then…Any ideas?
http://www.screencast.com/users/Bear_Down/folders/Jing/media/84b28cc8-c999-4348-8c4e-43fd7496fcda
… but really, I’d love to know why that is happening…I know hacking the core isn’t the best idea