characterdriven Posted January 11, 2009 Share Posted January 11, 2009 I've been using Prestashop for awhile now, but went to sign in on the admin panel and it didn't accept my password so I asked to have it sent. It said that the new password was sent, but it never arrived. I went to phpMyAdmin and replaced the old employee database with one from another installation that is working, but still no go with logging on. I tried adding another employee on the working store DB and testing it there (set them as administrator) and then copied that table after dropping the old one, still no luck.I'm getting a little anxious at this point as I need to administrate my store. Any help is greatly appreciated!Joanwww.envirodriven.com Link to comment Share on other sites More sharing options...
Ehinarr Posted January 11, 2009 Share Posted January 11, 2009 Example: If Your address of email is [email protected] and wants to change the password for 123456: You must copy “cookie key” you find in the /config/settings.inc.php file, something as: “3dF3EZbnbXOkojfdzvMa2qguPbPK1spU76JmN29IiAPK” With phpmyadmin in your database execute this Sql code:UPDATE ps_employee SET passwd=md5(”3dF3EZbnbXOkojfdzvMa2qguPbPK1spU76JmN29IiAPK123456″) WHERE email=”[email protected]” It does not have spaces between " cookie key" and " password". Quotations marks are double.More information in spanish TODOPRESTASHOP e em português Meu blog. Link to comment Share on other sites More sharing options...
BoBoD Posted March 16, 2009 Share Posted March 16, 2009 I have the same problem: I can't log in Backoffice.It doesn't say nothing, just return again the empty log screen. No errors.I tried everything I found on forum, all sugestions, inclusive the one with "update ps_employee....." but same results.I use easyphp3.0 and I also tried with wamp server.... same empty log screen....Can someone help me ?!? Is a easyphp or wamp problem ? Some missing files or some rights ? When I instaled prestashop all marks where green, that tell me everything is OK.I have no idea what to do.... 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