phpBB 3 user database

Discussion forum for MOD Writers regarding MOD Development.
Locked
Gunnar
Registered User
Posts: 55
Joined: Sun Sep 09, 2007 11:54 am

phpBB 3 user database

Post by Gunnar »

Hi,

i want to make phpBB 3 a part of another content managment system, and i want to make it use the user table from that system, do i make that other system simply send a users table update when a new user is created, or do i make phpbb use the users table from the other system ?

the system i want to use is TbSource
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Re: phpBB 3 user database

Post by A_Jelly_Doughnut »

phpBB3 can do it either way. With phpBB3's auth plugin structure, it will probably be easier to make phpBB recognize your users from the CMS. The important itesm are:
- establishing a database connection to the CMS
- finding out how the CMS stores its passwords so you can check the user's input

Once you verify that the user does exist, you can update the user's profile (especially username and password) in your phpBB database.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Locked

Return to “[3.0.x] MOD Writers Discussion”