multimedia Posted May 15, 2011 Share Posted May 15, 2011 i can see its md5 hash and it wont let me login so i deleted the md5 password from the employees table and then i cant login with a blank password i was attempting to reset the password as the reminder did not work i also tryed my own already md5 hashed pass and that did not work i am using linux and firefox and it used to work i canot disable or check modules as i canot login is there anything i can do i have already attempted to allow blank passwords and that code editing did not work so i can restore the /login file for the admin part no problem but this dos not solve the login issue any ideas???????i have looked for any similer solved questions and none help me. Link to comment Share on other sites More sharing options...
nicetazmenia Posted May 15, 2011 Share Posted May 15, 2011 This post should help you fix the password problem.http://www.prestashop.com/forums/viewthread/4843/In short follow this short instruction:1. Open the setting.inc.php (located in config folder)2. Copy the _COOKIE_KEY_ value, I believed this is unique to your installation3. Goto PHPMyAdmin, locate the ps_employee table, click on SQL tab4. Inside of the SQL query box enter the code below with the _COOKIE_KEY_ you copied from step 2.CODE:UPDATE ps_employee SET passwd=md5("your md5 from the COOKIE_KEYnewpassword") WHERE email="your email login"5. click GO6. Login to your Prestashop admin. 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