Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can super-admin activate a user who didnt confirm email?


  • Anointed
    Participant

    @anointed

    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?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Paul Wong-Gibbs
    Keymaster

    @djpaul

    Several ways, but check out this plugin: https://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’ );`


    Anointed
    Participant

    @anointed

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can super-admin activate a user who didnt confirm email?’ is closed to new replies.
Skip to toolbar