Jump to content

Reset password from database on PS 1.7


Vee.K727

Recommended Posts

So I installed Prestashop 1.7 on localhost and have lost my password. I can't reset it the normal way so I'll have to manually change it in the database (right?). It doesn't seem like the password in the database is a simple md5 hash so I haven't tried editing it directly.

 

I saw a post on Stack overflow suggesting to obtain _COOKIE_KEY_ from settings.inc.php file and using 

md5(_COOKIE_KEY_.$password);

to generate password hash for db. Problem is the said file is now empty and only has a comment in it

// Deprecated 1.7

I can't find where the key is now. Can anyone help me with this?

Link to comment
Share on other sites

  • 5 months later...
  • 3 months later...

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...