Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove email confirmation


  • korbn
    Participant

    @korbn

    Hi,

    I would like to remove email confirmation when a user registers to the site.

    As I thought it concern only WPMU, I download the plugin “Remove Email Verification From Signup” from http://premium.wpmudev.org/project/remove-email-verification-from-signup. Unfortuntaly, this plugin is not compatible with Buddypress, since BP allows natively the user to define his own password in the registration form and WPMU does not.

    Is there a pluggin or something else that allows to remove the email confirmation? I look everywhere on the forum and I couldn’t find anything.

    Thanks in advance for your answers, opr at least to take the time to read this far.

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

  • Brajesh Singh
    Participant

    @sbrajesh

    hi korban

    I had worked on the same concept and came out with my own plugin.

    You can download it using the following link

    http://www.thinkinginwordpress.com/download/bp-auto-activate-user-and-blog2.zip

    Upload it to wp-content/plugins activate and it will remove the confirmation email.

    It works with buddypress 1.1.x .Please note it will not work with buddypress 1.0.3

    Hope it helps.

    thanks

    Brajesh


    korbn
    Participant

    @korbn

    Thanks a lot, that’s exactly what I was looking for. It really help me out.

    There is one little thing: now there is written that the account is now activated and that it will be activated when the user clicks on the link sent by mail. Do you know how to remove the second sentence?

    Korbn


    Brajesh Singh
    Participant

    @sbrajesh

    you are most welcome :)

    Well,just go to your current theme and edit registration/register.php,remove the line saying “You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address”.

    you will see it somewhere written under

    ‘<?php if ( ‘completed-confirmation’ == bp_get_current_signup_step() ) : ?>’

    Remove that.

    Better I just suggest to remove the avatar uploading step,as the account gets already activated and the uploaded avatar(the second screen of registration)(which earlier were used at the time of activation will not work)

    so,If you are using un modified default theme,you can remove the code from line 215(where the if starts) to 276,where the if ends safely.

    Please note,The avatar uploading step at registration will not work,so just remove that step.that’s it.

    Thanks

    Brajesh


    korbn
    Participant

    @korbn

    Thanks a lot!


    profitsbuzz
    Participant

    @profitsbuzz

    This could be the answer I am looking for. Let me test this out thank

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove email confirmation’ is closed to new replies.
Skip to toolbar