Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integrate with custom user backend

Hello,

I have the same issue.

Basically I have in my site a table “users” with with 4 fields (id, login, password, connexion)

Whenever a user logs in, I generate a random string and put it in the user’s connexion field and create a ‘login’ cookie.

What I want is that if a ‘login’ cookie is detected, bbpress reads the cookie’s value and matches it against the users table and then creates the user instance.

Also in the topic list I want bbpress to display users from my users table.

Can anyone guide me how to achieve this? Is it even possible?

Skip to toolbar