If you want to change or update your backoffice admin user password in Prestashop you need to execute the following query:

UPDATE bo_employee SET passwd = md5("<COOKIE_KEY><newpassword>") WHERE email = "<admin_email>";

The <COOKIE_KEY> field has to be changed by the value of the ‘cookie_key’ line in the app/config/parameters.php file.

Categories: Prestashop

0 Comments

Leave a Reply

Avatar placeholder

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.