Title: Activation causing problems
Last modified: August 21, 2016

---

# Activation causing problems

 *  Resolved [75Media](https://wordpress.org/support/users/75media/)
 * (@75media)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/activation-causing-problems/)
 * When a user creates an account it asks them to verify.
 * When this happens they have full access to the site and the activation link disappears
   from the Members Request Section.
 * Is there any help you could give me?
 * Jon
 * [http://wordpress.org/plugins/bp-registration-options/](http://wordpress.org/plugins/bp-registration-options/)

Viewing 15 replies - 16 through 30 (of 34 total)

[←](https://wordpress.org/support/topic/activation-causing-problems/?output_format=md)
[1](https://wordpress.org/support/topic/activation-causing-problems/?output_format=md)
2 [3](https://wordpress.org/support/topic/activation-causing-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/activation-causing-problems/page/3/?output_format=md)

 *  [becskr](https://wordpress.org/support/users/becskr/)
 * (@becskr)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001583)
 * Sorry another update – although moderation is now working, it’s not locking me
   out of Buddypress components, like groups, but there is no “join group” buttons
   etc available to me so cannot interact, but not being redirected.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 9 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001584)
 * No worries becskr, I hadn’t gotten to it quite yet, so knowing that it’s working
   mostly as needed removes some mental stress 😀
 * If I recall right, there are some hooks inside wp_mail() that you could perhaps
   hook into and conditionally prevent.
 * [http://core.trac.wordpress.org/browser/tags/3.6/wp-includes/pluggable.php#L214](http://core.trac.wordpress.org/browser/tags/3.6/wp-includes/pluggable.php#L214)
 *  [becskr](https://wordpress.org/support/users/becskr/)
 * (@becskr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001639)
 * Hi Michael, Any update on this? I am still able to register as a test user and
   then see the groups pages etc but can’t join as no button.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001640)
 * Not yet, sadly. But your comment gave me an idea. We’ll see 😀
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001656)
 * becsker could you remind me/confirm again the part that’s failing you? The prevention
   of moderated users from seeing the BuddyPress areas of your site?
 * I assume you can access and know how to access your database directly via something
   like phpmyadmin or so. Could you go and check the wp_users table for your test
   user and confirm that the user_status column list 69 for a value?
 * Also, as a sudden thought. Is this issue when logged out completely? or logged
   in but not yet approved?
 * My idea was a bust, listed above, so disregard that part.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001657)
 * Also how are you providing the “Register” link? Edit: nevermind. Realized what
   you were saying. The individual components are supposed to be hidden. However,
   they also shouldn’t be getting that far either.
 *  [becskr](https://wordpress.org/support/users/becskr/)
 * (@becskr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001658)
 * Hi Michael
 * So the issue is that once a user has activated their account using the link in
   the email, they are able to view the buddypress pages rather than being redirected
   to their profile. However they are unable to take action as the buttons e.g. “
   join group” are not available.
 * The user_status is indeed have 69 before approval.
 * The issue is not there when they are logged out because I haven’t checked “Only
   registered or approved members can view BuddyPress pages (Private Network).”,
   so they can view groups and there is a message telling them to register if they
   want to join the group (that’s a function I created). If I do select that private
   network option, they are unable to view the Buddypress pages, so that is the 
   correct behaviour.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001660)
 * Forgive if this sounds a bit repetitive, I’m just trying to nail down as many
   details as I can.
 * Could you pastebin the function you did up?
 * It’s *just* groups that they can still access, and even when “Only registered
   or approved members can view BuddyPress pages (Private Network)” IS checked? 
   or only when NOT checked?
 *  [becskr](https://wordpress.org/support/users/becskr/)
 * (@becskr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001662)
 * Hi Michael, don’t worry I am trying to help you as best I can!
 * They can also access members too, don’t know what other areas to check (we really
   only allow access to the groups). This is when Private Network IS NOT CHECKED.
   
   When it IS CHECKED, it does redirect me to my profile, so that is the correct
   behaviour.
 * Here’s the pastebin: [http://pastebin.com/kYpSxYkv](http://pastebin.com/kYpSxYkv)
   
   It’s in groups-loop.php. It’s not really a function just checks whether the user
   is logged in or not, so only shows if they are not logged in so doesn’t interfere
   with what you’re doing.
 * Would it help for me to give you a login to my test site? It is pretty much an
   exact copy, I am just working on a new theme for it.
 *  [becskr](https://wordpress.org/support/users/becskr/)
 * (@becskr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001663)
 * Also just noticed still getting:
 *  ( ) would like to become a member of your website, to accept or reject
    their
   request please go to
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001664)
 * Just as a double check, do you think you could upload the plugin manually, deleting
   the files before replacing. At least in regards to this last message. That one
   should have been fixed already.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 8 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001665)
 * I’ve mulled over the offer to create a user for me on your *dev* site. Normally
   I don’t prefer to get that deep into someone else’s site even for debugging/helping.
   However, it is your dev site only, and this issue is starting to bother me a 
   lot. I want to get it resolved and see if there are any holes in the current 
   plugin that I am somehow missing.
 * [michael@webdevstudios.com](https://wordpress.org/support/topic/activation-causing-problems/page/2/michael@webdevstudios.com?output_format=md)
   will work fine for the email. just use “michael” for the user name and wing it
   with with password
 *  [deepwave](https://wordpress.org/support/users/deepwave/)
 * (@deepwave)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001669)
 * Hi, I was facing the same problem like becskr. But now I notice the following:
   user register (for testing)… mail was send to test user (me)… I clicked on register
   code and not correct behaviour appear (user was able to do activation)..
 * BUT
 * It seems that this happens only if activation code is processed in same browsing
   instance where admin is logged in… (I was logged in as admin… in Firefox… and
   processed activation code first always in Firefox)
 * SO
 * I tried to copy activation code url form test user mail in Safari … and (no admin
   is logged in) and voilà correct behaviour appear (Your membership account is 
   awaiting approval by the site administrator. You will not be able to fully interact
   with the social aspects of this website until your account is approved. Once 
   approved or denied you will receive an email notice.)!!
 * hope this helps
 *  [deepwave](https://wordpress.org/support/users/deepwave/)
 * (@deepwave)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001670)
 * Again I did testing … logged in as not approved user and got “403 Forbidden” 
   if trying to login (this I notice some days ago, and caused some panic!!!…)… 
   now my IP is blocked (independent of browser)… “403 Forbidden” was first time
   disappear some time later (time for IP blocking not clear)… I can login with 
   different IP… Is this connected with “BuddyPress Registration Options” Plugin
   too?
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [12 years, 7 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/2/#post-4001671)
 * I don’t believe so regarding the IP stuff deepwave. We don’t have IP blocking
   in the .org copy of the plugin yet, and even then, we’ll only use that for preventing
   the registration. We wouldn’t trigger server errors like that.

Viewing 15 replies - 16 through 30 (of 34 total)

[←](https://wordpress.org/support/topic/activation-causing-problems/?output_format=md)
[1](https://wordpress.org/support/topic/activation-causing-problems/?output_format=md)
2 [3](https://wordpress.org/support/topic/activation-causing-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/activation-causing-problems/page/3/?output_format=md)

The topic ‘Activation causing problems’ is closed to new replies.

 * ![](https://ps.w.org/bp-registration-options/assets/icon-256x256.png?rev=2882040)
 * [Registration Options for BuddyPress](https://wordpress.org/plugins/bp-registration-options/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bp-registration-options/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bp-registration-options/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-registration-options/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-registration-options/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-registration-options/reviews/)

 * 34 replies
 * 5 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/activation-causing-problems/page/3/#post-4001675)
 * Status: resolved