Reading list Switch to dark mode

    Reset Admin Password – PrestaShop

    Updated 26 March 2015

    Recently, I forget my password of PrestaShop`s backend, I tried the “lost password” link but never received any email, as the email i registered is invalid

    I try this solution as I have access to the database.

    Check your ” config/settings.inc.php ” file for the _COOKIE_KEY_ value.

    Run the following SQL and replace the <> variables with your information:

    UPDATE employee SET passwd = md5(“<_COOKIE_KEY_ value><yourNewPassword>”) WHERE email = “youremailaddress”;

    or for example:

    Searching for an experienced
    Prestashop Company ?
    Find out More
    UPDATE `ps_employee` SET `passwd` = MD5('<_COOKIE_>password') WHERE `email` = '[email protected]' ;

    Enjoy…

    [stextbox id=”warning”]Your opinions, comments and suggestions are important to keep the page updated and interesting. [/stextbox]

    . . .

    Leave a Comment

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


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home