Glynny Posted November 30, 2011 Share Posted November 30, 2011 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 More sharing options...
luci1 Posted December 1, 2011 Share Posted December 1, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now