Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Membership Provider based on PhPbb database

I am just wondering how to go about implementing a forms Membership provider based off of a PhPbb forum database. I have looked at simply hashing the password using a function port of 'phpbb_hash' and comparing it to the database values, however I can't seem to grasp the login system as the hashes I was getting were not the same as those in the database.

Can someone tell me how to authenticate a users credentials against a PhPbb database?

like image 805
Alex Hope O'Connor Avatar asked Jul 31 '26 06:07

Alex Hope O'Connor


1 Answers

Have you seen this thread with an authentication provider? It looks like a good start to at least fix your authentication problem, as it seems to have the hashing problem down.

like image 130
Chad Ruppert Avatar answered Aug 02 '26 18:08

Chad Ruppert



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!