c# - Membership Provider based on PhPbb database -


i wondering how go implementing forms membership provider based off of phpbb forum database. have looked @ hashing password using function port of 'phpbb_hash' , comparing database values, can't seem grasp login system hashes getting not same in database.

can tell me how authenticate users credentials against phpbb database?

there project here on codeplex, seems abandoned: http://phpbbproviders.codeplex.com/


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -