• 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.

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Integrating WordPress with my custom user system?’ is closed to new replies.