Skip to:
Content
Pages
Categories
Search
Top
Bottom

Using the WordPress Login and Register pages instead of BuddyPress

Viewing 22 replies - 1 through 22 (of 22 total)
  • @djpaul

    Keymaster

    If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:

    `remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`

    @brutalregime

    Member

    Or, as an alternative, I want a Register page that does the following:

    – Option to use Janrain Engage
    – uses reCAPTCHA or an arithmetic challenge
    – forces minimum password length and displays password strength/match
    – Shows disclaimer text, with option to require users check box to Accept Agreement
    – Shows privacy policy text, with option to require users check box to Accept Agreement
    – sends customized activation email to non-Janrain registrations
    – sends customized username/password email to non-Janrain registrations

    I have all of this capability now, just not with BuddyPress.
    If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.

    Thanks

    @brutalregime

    Member

    Thank you, I will try that. Should I expect to encounter any problems with account creation? When I was searching I found a post that indicated there might be such issues, but it was from several months ago.

    @brutalregime

    Member

    I added the line to my functions.php as suggested. The login link (wp-login.php?action=register) redirects to the home page now. The WP login works fine, though.
    I’ve deactivated all plugins except the BP core. Made sure I’m not logged in, and cache/cookies have been cleared out.
    Anything else I should check?
    Greatly appreciate the assistance…

    @brutalregime

    Member

    If anyone would be so kind as to offer a possible solution, I would be very grateful.

    @adamrice

    Participant

    I’m getting the same results—adding the suggested remove_action causes registration to redirect to the front page.

    @brutalregime

    Member

    I am still quite stuck on this. Poking around inside the files, but not really sure what I’m looking at here…. I’m server/network guy.

    @brutalregime

    Member

    Do I need to edit the functions.php file?

    @brutalregime

    Member

    I’ve verified it is related to the default Buddypress theme. I switched to a different BP-compatible theme, and I’m able to load the WP register page.

    @adamrice

    Participant

    what theme did you switch to?

    @modemlooper

    Moderator

    Just curious, what is the reason to use WP registration?

    @brutalregime

    Member

    @adamrice I switched to Suffusion.
    @modemlooper Please see my second post. I’ll use the BP registration if it’s the easier way to get that functionality.

    @pcwriter

    Participant

    @brutalregime

    https://buddypress.org/community/groups/bp-xtra-signup/ (for TOS, password strength meter, username availablity…)
    https://buddypress.org/community/groups/welcome-pack/ (for welcome emails… might need updating though…)
    https://buddypress.org/community/groups/buddypress-humanity/ (for arithmetic or alphabetic human check… simple and efficient)

    @modemlooper

    Moderator

    You can get all that working on the BP registration form.

    The requiring x amount of numbers for a password can be done with JavaScript

    @brutalregime

    Member

    Excellent. Thank you all. I will check those out.

    @brutalregime

    Member

    All is going okay so far, except the math challenge question.
    The BP Humanity plugin only shows a static question. It doesn’t change the question when the page reloads.
    Does anyone know of a BP-compatible plugin or script to give me a random math question, like the one shown here?
    http://impacollective.org/social/register/

    Thanks,

    @pcwriter

    Participant

    @brutalregime

    Member

    @pcwriter
    Muchas muchas gracias.

    @pcwriter

    Participant

    :-) :-)

    @imranshine

    Participant

    hi where to put this in function.php file

    –remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 ); —

    thanks

    @cpagan2000

    Participant

    I want to use the wp-login.php login and registration page instead of buddypress. How can I do that

    @bphelp

    Participant

    @cpagan2000
    Please do not reply on topics almost 3 years old. I replied here:
    https://buddypress.org/support/topic/wordpress-login-and-registration-page/

Viewing 22 replies - 1 through 22 (of 22 total)
  • The topic ‘Using the WordPress Login and Register pages instead of BuddyPress’ is closed to new replies.
Skip to toolbar