Topic: Integrating existing mysql user table with PunBB
Is it possible to get PunBB to get login information from another mysql table in another database? Kind of reverse intergration.
Thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Integrating existing mysql user table with PunBB
Is it possible to get PunBB to get login information from another mysql table in another database? Kind of reverse intergration.
Thanks
Since the punBB user table includes a lot more information than just the basics I think this would be difficult.
F.e. their status, register date a.s.o. you will not find in other tables.
You could import users into the punBB user table by hand and give them default values for the fields you don't have, then update them.
if password encryption was the same in both tables, u might be able to use a mysql view to do it by replacing all references to punbbs user table with a view created from yours and the punbb user table. just a thought (i am a total novice, so only take this as a sujestion)
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Integrating existing mysql user table with PunBB
Powered by PunBB, supported by Informer Technologies, Inc.