Search Results for 'activation email'
-
Search Results
-
Topic: Problem with Activation
I have a basic website with the most recent version of BuddyPress installed (1.2.10) and WordPress version 3.2.1. What happens, is when a person registers, it tells you to check your email for the registration link. On that same page, it allows you to upload and crop your avatar. Once you click the link sent in the email, it comes back fine saying “Account Activated.” Here is when the problems comes up. When the correct username and password is typed in, an error page will come up with the words “There was an error activating your account, please try again.” asking for an activation key. If you ignore this page and go back and try to log in again, everything is fine. What I want to know, basically, is how to delete this page, as it will be confusing to users who are registering on the site, because the page serves no purpose.
Thanks,
TylerUsing BuddyPress 1.5 RC1 with WP 3.2.1, and Gravity Forms 1.6 with the User Registration Add-On
I set up a custom Registration form using Gravity Forms.
The WP user was created, and the BP user meta was populated perfectly.
An email was sent out to the user as expected, but it was only the email containing Username, Password, and a link back to wp-login. The activation email did not go out.
Logging the user on worked just fine, and it seems that the user has the correct role, and has the correct access on the site.
I assume that the BuddyPress activation process was bypassed by using Gravity Forms?
I would prefer to have activation as an extra measure to prevent bogus registration.
I have a request in the Gravity Form forums to make the activation process work in their User Registration add-on plugin, but this may not be done for some time.
In the mean time, is there a way to trigger the activation process that could be used in Gravity Forms?
Thanks
Hello,
I have a large user base (7000+ users) and recently there have been problems when new users register. Users fill in their xprofile data and sign up, get an activation key in the mail, but when they click the activation link the page either comes back with a 502 Bad Gateway or a blank page. Turning on debug mode still results in the blank page. After this, users get an email saying they are activated, but all of their xprofile data is gone and their name is replaced with their username. I am under a really tight deadline to fix this and am pulling my hair out, any suggestions?
Hello all! So I have been tinkering with a feedback plugin designed by @justbishop (as described here: http://wordpress.org/support/topic/any-plugin-similar-to-ebays-user-feedback-member-rating-feedback?replies=2). It works well but i need to set a conditional that causes it to only create a feedback page for members with an s2member level 1.
I changed:
`add_action ( ‘user_register’, ‘create_feedback_page’ );
function create_feedback_page(){
create_feedback_page($user_id);
$user_info = get_userdata($user_id); }`
To:
`add_action ( ‘user_register’, ‘create_feedback_page’ );
function create_feedback_page(){
if (!current_user_can(‘access_s2member_level1’))
create_feedback_page($user_id);
$user_info = get_userdata($user_id); }`
It worked at first but then I tested it a second time and upon clicking on the registration confirmation email i got the message “[an error occurred while processing this directive]” and when that page is refreshed it leads me to a page that asks for a valid activation code. I know it has to do with the changes I made to this plugin because when I reverse it all goes well. Any ideas on how to remedy this? ANY input would be GREATLY appreciated!
Hi,
this is on old VERY buggy subject and after years of people pointing out to it no real solution so far unfortunatelly!
I want to deactivate that obligatory email activation part, and NONE of those plugin attempts from a year ago work with the latest BP/WP versions anymore!Why can’t buddypress simply provide an option to deactivate that thing?
Why forcing people use something they either need or want?
I for ex. have S2 activated, the LAST thing I need is this extra “new user killer” buddypress email activation.
Anyone knows of a WORKING hack to use with the latest WP / buddypress versions?
Thank you v.much!