Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

How can super-admin activate a user who didnt confirm email? (3 posts)

Started 6 months, 2 weeks ago by: Anointed

  • Profile picture of Anointed Anointed said 6 months, 2 weeks ago:

    If logged in as an admin how do I go about activating a users account which did not confirm the email?

    *I am setting up bp on a local install and creating a bunch of dummy users with fake email accounts.

    **Secondarily: Where do I turn off the email activation?

  • Profile picture of Paul Gibbs Paul Gibbs said 6 months, 2 weeks ago:

    Several ways, but check out this plugin: http://wordpress.org/extend/plugins/unconfirmed/

    To disable activations (I would strongly recommend against this – it’d let spammers access your site much more easily), put this code somewhere, maybe in bp-custom.php:

    add_action( 'bp_core_signup_send_activation_key', '__return_false' );

  • Profile picture of Anointed Anointed said 6 months, 2 weeks ago:

    thanks Paul.
    I only planned on adding this to my local dev site, would never consider doing this in a public setting :)