Jump to content

Please Help!!!!!!


Recommended Posts

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

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


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

×
×
  • Create New...