Hello,
I have lost access to my backoffice due to a problem with the database user's password.
Could you please indicate how to set the user's name and password directly in the database (which table, field and value)?
Thanks,
Dan
Setting configuration database user and password in database
Started by dankimhi, Jul 08 2010 10:18 AM
Get your COOKIE_KEY from config/settings.inc.php, then add a password with at least 8 characters after it, then run the concatenated string through an MD5 generator like the one here, then put the result in the passwd field of the employee in the ps_employee table.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.
From 1278669094:
Get your COOKIE_KEY from config/settings.inc.php, then add a password with at least 8 characters after it, then run the concatenated string through an MD5 generator like the one here, then put the result in the passwd field of the employee in the ps_employee table.



Back to top











