I'm just wondering how to implement the implementation of a membership provider based on the Phpbb database. I just looked at the password hashing using the port of the phpbb_hash function and comparing it with the database values, however I cannot understand the login system, because the hashes I received were not the same as in the database.
Can someone tell me how to authenticate user credentials for PhPbb database?
source
share