Hello I was trying to change a user password and now that users pass is not working mw: 1.13rc1 mysql: 5
i ran: UPDATE user SET user_password = MD5(CONCAT(user_id, '6', MD5('test'))) WHERE user_name = 'Testuser'; in a mysql commandline. which said that 1 field was updated. However now i can't login with the new or old password. What can i do?
Thanks, Matt