SonnyCooL Posted August 27, 2009 Share Posted August 27, 2009 Accidentally deleted my ADMIN account, any solution for this mistake >? i can't login BO now Thanks,by the way, i'm not sure which version i on ... should be something within early this year .... Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 27, 2009 Share Posted August 27, 2009 Hey SonnyCooL, Log into your contorl panel and make your way to your database, once there run the below SQL query (be sure to update the info to match yours): INSERT INTO `ps_employee` (`id_employee`, `id_profile`, `lastname`, `firstname`, `email`, `passwd`, `last_passwd_gen`, `stats_date_from`, `stats_date_to`, `active`) VALUES (1, 1, 'lastname', 'firstname', 'YOUR_EMAIL', '123', '2009-08-23 12:16:00', '2009-01-01', '2009-12-31', 1); Now go to your admin log in and click the "forgot" password link and reset the password. :-) Link to comment Share on other sites More sharing options...
SonnyCooL Posted August 27, 2009 Author Share Posted August 27, 2009 thank you very much ...it work :") Link to comment Share on other sites More sharing options...
Patric Posted August 27, 2009 Share Posted August 27, 2009 So I mark the topic as [solved].Please, next time, do it by yourself by adding [solved] at the beginning of your topic's title by editing your first post ! Thanks. ;-) Link to comment Share on other sites More sharing options...
Recommended Posts