prestashop change admin password


UPDATE `ps_employee` SET `passwd` = MD5('(COOKIE_KEY)mypassword') WHERE `ps_employee`.`id_employee` = 1;

(OOKIE_KEY) you can get from settings.inc.php file in your prestashop website directory

Leave a Reply

Your email address will not be published. Required fields are marked *