Jump to content

Cant log in to admin console


Recommended Posts

Hi guys,

Im very new to Prestashop so please be patient with me.

I have installed and started to set up my shop.

However today I tried to log in and I cant.

I'm getting error message :

"here is one error.

  1. The Employee does not exist, or the password provided is incorrect."

Im not sure what to do next. I have seen some other Topics in this forum that relate to my issue and tried to resolve with no luck.

 

Any help would be greatly appreciated.

 

Link to comment
Share on other sites

Well, you can go for a hack, and reset the password manually. Access your database, ps_employee table.

Save your password hash somewhere in case you need it.

Access via ftp, download config/settings.inc.php

Copy the COOKIE_IV string to an md5 generator, and append your password to it, like

 

 

 

]DJSWo2390jdsnjxcklzlzdhSDKHtesttest

 

Then generate a md5 hash from it, and replace the current value in the database. You should be able to access using testtest as password :)

Link to comment
Share on other sites

×
×
  • Create New...