Hi, I want to reset the admin password to "password" by below command:
UPDATE cscart_users SET password='5f4dcc3b5aa765d61d8327deb882cf99' WHERE user_id='1';
But it looks like still can not login, anyone know what's the problem ? Thank you very much !