- Views: 192
- Replies: 9
I am trying to reset the password because it's not working for some reason. So I created a bcrypt hash using a tool I found. I use this code below in the phpmyadmin sql area but it gives me an unknown column user_pass and their is no longer a password column in xenforo:
UPDATE xf_user
SET user_pass = 'mylonghashpasswordhere'
WHERE username = 'Gunstra';
I get this error returned:
MySQL said:
#1054 - Unknown column 'user_pass' in 'SET'
UPDATE xf_user
SET user_pass = 'mylonghashpasswordhere'
WHERE username = 'Gunstra';
I get this error returned:
MySQL said:
#1054 - Unknown column 'user_pass' in 'SET'