XF 1.5 Users password in Database

pilot823

Member
Trying to integrate a application using the xenforo user name and password. But my IT person can't find were the passwords are stores for users in the database.
 
From the top of my head, passwords are stored in the xf_user_authenticate table. That might be slightly wrong, so look for something that resembles that. It's a 'data' column (or related) that contains the passwords.

They're encrypted in bcrypt with a cost factor of 10.
 
Top Bottom