Forums

Integrating Wordpress with my custom user system? (2 posts)

  1. NickiPhone
    Member
    Posted 10 months ago #

    Hi,
    I made a custom user system out of PHP/MySQL for a system I built. I want to integrate my Wordpress and bbPress with it into my custom user system, so users won't have to register twice and login twice. Is this possible?

    Thanks so much.

  2. filosofo
    Member
    Posted 10 months ago #

    Yes it is. You can define a custom user table for both WordPress and bbPress with

    define('CUSTOM_USER_TABLE', 'your_table_name');

    If the field names are different, you'll probably need to redefine some of the pluggable functions.

Reply

You must log in to post.

About this Topic