Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integrating logins between bbPress and other app

Hi, thanks for the reply.

I plan to use the existing system for login, and then allow those users to view and post on the forum. This means I’ll need to keep up two user tables, one for each system, right? That’s not so bad as long as I can keep them synchronized.

So considering that, should the login/logout/register logic be stored in a bbPress plugin? (Is that possible?) Or should I just load bbPress inside the other app and call bb_login(), etc. from there?

Also, I’ll look into the plugins _ck_ recommended. Thanks!

Skip to toolbar