XF 1.5 help logging into third party PHP/MySQL script via XF 1.5.x user credentials

zoldos

Well-known member
I'm working with a third party PHP/MySQL script to provide members of my XF 1.5.x forum the ability to login/register on my other non-XF site with their forum credentials. I'm definitely connecting to the DB, and am pulling info from the xf_user table (such as if I try to register on the script using an already registered username, it will block the registration).

However, I can't seem to find out where the passwords are stored (it won't let me logon on my script, it says wrong password). In fact, I can't find any reference to passwords at all in the DB. I'm using md5 to read passwords in the login page back end.

Is there something special I need to do to make this work? I looked at some of the XF source code but am not having much luck.

Any pointers would be appreciated! Thanks!!
 
Top Bottom