syntaxerror Posted February 16, 2009 Share Posted February 16, 2009 I've accidentally messed with my sql records because I forgot my password and the email address wasn't valid to send it to.I went into the password area for my account, and tried to insert an MD5 Encrypted value and then logging in with that password, but apparently MD5 isn't what's used for password encryption?Can someone tell me the encryption, or just give me a password to fill in there and tell me what it is so I can actually log back into my account? thank you Link to comment Share on other sites More sharing options...
ruilong Posted February 16, 2009 Share Posted February 16, 2009 it's md5 but it's not just the password, it's also some extra values added from settings.inc.php that is usedmd5(extravalue.password)why not just change the email adress to a valid email and use the forgot password function? Link to comment Share on other sites More sharing options...
TropischBruin Posted February 16, 2009 Share Posted February 16, 2009 Get into you DB and find PS_employee.Download via FTP yout setting.inc.php and find the Cookie_key.In the password field of the user in you DB remove the current password and insert the cookie_key and ADD the new password, it will look like this: ERT&$FKI*%#$C*(()12345 (where 12345 is you password en the rest is you cookie_key).Change you e-mail address to the one you require and save. Link to comment Share on other sites More sharing options...
elund Posted February 22, 2009 Share Posted February 22, 2009 In the password field of the user in you DB remove the current password and insert the cookie_key and ADD the new password, it will look like this: ERT&$FKI*%#$C*(()12345 (where 12345 is you password en the rest is you cookie_key). It does not work for me!?!My cookie_key is 56 chars long and the password field is only 32 chars long???Edit:Sorry, I searched and found the solution in this thread: http://www.prestashop.com/forums/viewthread/12753/installation_configuration___upgrade/install_problem Link to comment Share on other sites More sharing options...
Recommended Posts