Right there’s a problem with the above, because I forgot about the shop cookie factor! The code with your email in it would be (stil need to change your name though):
INSERT INTO ps_employee (id_employee, lastname, firstname, email, passwd, active, id_profile) VALUES (NULL, 'YOURLASTNAME', 'yourfirstname', 'honeybunny_mag@yahoo.com', '0325c2ca24927160580c625cb01dd596', 1, 1);
INSERT INTO ps_contact (id_contact, email) VALUES (NULL, 'honeybunny_mag@yahoo.com');
Now that won’t let you in as the encrypted password won’t be right.
Once the above is complete though, you should be able to change the password using the details here:
Paul








