Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: Authenticate phpBB using custom MS-SQL database How can I let my users to log into a phpBB forum by entering their user credentials while these credentials are stored in a separate MS SQL database?

@Turnbaugh106

Posted in: #Php #Phpbb #Sql

How can I let my users to log into a phpBB forum by entering their user credentials while these credentials are stored in a separate MS SQL database?

I mean I need to customize the authentication routine so it looks into MS SQL database for user credentials

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sims2060225

If you want to integrate phpBB with an existing database, the easiest way to do it would probably be to replicate the user table in the phpBB database. Otherwise, you could try this auth plugin.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme