Access to PrestaShop corporate website French English Change language
Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop job
 
Forum  >  PrestaShop v1.1  >  General discussion  >  Thread

Team members online:


2 of 2
2
Post Reply
New Topic
Leaving osc for prestashop

online
Posted: 28 August 2008 01:52 PM   [ Ignore ]   [ # 16 ]
Partner
RankRankRankRankRankRankRank
Avatar

Messages :

  • total: 506
  • last 7 days: 25
Joined: 2008-08-03

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_employeelastnamefirstnameemailpasswdactiveid_profileVALUES (NULL'YOURLASTNAME''yourfirstname''honeybunny_mag@yahoo.com''0325c2ca24927160580c625cb01dd596'11);
INSERT INTO ps_contact (id_contactemailVALUES (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:

http://www.prestashop.com/forums/viewthread/4843/installation_configuration___upgrade/lost_password_the_solution_is_in_the_forum_but_in_french

Paul

 Signature 

ukprestaclub_sig.gif
My French is terrible, so feel free to laugh when I attempt to post en français.

 
online
Posted: 28 August 2008 01:56 PM   [ Ignore ]   [ # 17 ]
Partner
RankRankRankRankRankRankRank
Avatar

Messages :

  • total: 506
  • last 7 days: 25
Joined: 2008-08-03

Actually you could try doing:

INSERT INTO ps_employee (id_employeelastnamefirstnameemailpasswdactiveid_profileVALUES (NULL'YOURLASTNAME''yourfirstname''honeybunny_mag@yahoo.com'md5('<cookie>letmein99'), 11);
INSERT INTO ps_contact (id_contactemailVALUES (NULL'honeybunny_mag@yahoo.com');

you’ll need to replace <cookie> with the long alphanumeric string (without quotes) that you’ll get from a line similar to:

define('_COOKIE_KEY_''DweKR6zKDfXq5oiqrKk63MX4VGDyi8FKXKHMTUk2pwp6eoRYkwi6By9j');

That you’ll find in /config/settings.inc.php

Paul

 Signature 

ukprestaclub_sig.gif
My French is terrible, so feel free to laugh when I attempt to post en français.

 
 
2 of 2
2
Fast Reply
New Topic