gozzapaul Posted January 8, 2015 Share Posted January 8, 2015 Hi There, I have just installed prestashop and I can't login to the back office. I get the message: The Employee does not exist, or the password provided is incorrect. If I try to use the 'forgot password I get the message: This account does not exist Any help greatly appreciated... Link to comment Share on other sites More sharing options...
mytheory. Posted January 8, 2015 Share Posted January 8, 2015 Hi, You should try checking your database to see if the users are present... it won't fix it but its a starting point. Look under the db your install is connected to (if you have multiple dbs), and look under the ps_employee table. Are there any employees listed under this table? Also, was this a fresh install or an upgrade? If its a fresh install are you using the same email as the one you created during the install process? HTH! 2 Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2015 Share Posted January 9, 2015 To further proceed: if it's there open up config/settings.inc.php. Find this line where the cookie key is defined define('_COOKIE_KEY_', '7oxINCn9ihNci5oODOaJPRJyktpRNZQJjtWXgCOKTvHUmABDcskMQ4Vw'); Now use an md5 generator like http://www.md5hashgenerator.com/ Copy the cookie key and add your new password to it like 7oxINCn9ihNci5oODOaJPRJyktpRNZQJjtWXgCOKTvHUmABDcskMQ4Vwtesttest See 'testtest' at the end Md5 it, then paste it into the password field for that employee in the db. It should work Link to comment Share on other sites More sharing options...
Richard S Posted January 11, 2015 Share Posted January 11, 2015 (edited) Or you can just create an empty PHP file, include config.inc.php and call echo Tools::encrypt('your_new_password'); Edited January 12, 2015 by Richard S (see edit history) 1 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