user_pass not found...Help?

user_pass not found...Help?

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:
userpass not foundHelp-1.gif


#1054 - Unknown column 'user_pass' in 'SET'
 
I'm designing a password reset tool. Please wait.

1748129864454.webp
 
Last edited:
In this case, the password cannot be reset with the script because the system is stuck with an error. You must fix it with the shell first.
 
In this case, the password cannot be reset with the script because the system is stuck with an error. You must fix it with the shell first.
Commands to run in cli?
 
Similar threads Most view View more
Back
Top Bottom