Phpbb-based Membership Provider

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?

+3
source share
2 answers

CodePlex has a project, but it seems abandoned: http://phpbbproviders.codeplex.com/

+1
source

? , , , , , , .

+2

Source: https://habr.com/ru/post/1793196/


All Articles