Jump to content

Changing PrestaShop password in phpMyAdmin


Recommended Posts

Hi all.

 

I am looking to change my password through my PrestaShop database somehow, because the PrestaShop "Lost password" function isn't working. Can someone please explain in easy steps how this is achieved? There are various posts I have found, but no-one explains the part were you actually need to go to put this key: cookie key is _COOKIE_KEY_ = key from settings.inc.php.

 

Many thanks

Glynn

Link to comment
Share on other sites

Hi,

 

If you want to change your password directly in your database you have to do it :

 

if your varialbe _COOKIE_KEY_ is "azert123"

and your password is "toto"

 

you have to use the md5 function on the string "azert123toto"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...