hello
I am trying to change the super admin password from phpmyadmin. table ps_employee
now, when i put the password in the field password, is it the same password i put when i log in in the backoffice? or is it changed to md5.
i have tried to convert the password first to md5 by doing this in a test php file
echo $pass= md5(password)
and whatever returned i put it into the field password in the table ps_employee. then tried to use (password) as a password, didn't work, tried to use whatever printed from the md5 still didn't work.
any ideas?
SOLVED! http://www.prestashop.com/forums/topic/233195-new-better-way-to-reset-admin-password-prestashop-15-too/
thank you