i can not reset the user passwords in the admin user panel. they get can not login
username password error
i tried (as per ticket solution
set user password
UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36) WHERE `ID` = '1' LIMIT 1
UPDATE `Profiles` SET `Password` = SHA1(CONCAT(MD5('yourNewPassword'), `Salt`)) WHERE `ID` = '1' LIMIT 1
but get an error on line 2
my users are getting locked out of the system.
I tried cut and paste of an old password and salt. same thing they can't log in
clearing the caches did no help at all
I need a fix. it is my moderators password that is messing up.