coelroy Posted May 29, 2011 Share Posted May 29, 2011 Hi Can somebody please assist me. I can't access the Admin of oscommerce. I tried to change my password in the following ways but to no avail: 1) Under PHPAdmin, empty the Admin field, then logon to the admin side of oscommerce, it then displays: "(A manual login is still required after this step". I then create the Adminstrator account, login, but then it says that the password is invalid. 2) Created another encrypted password, then under PHPAdmin, edit the password, and paste the new encrypted password. I then login, but then it says again that the password is invalid. When I access PHPAdmin again, the admin field is populated with an encrypted password. Regards Elroy Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2011 Share Posted May 29, 2011 Elroy, Truncate the administrators table and...... Run this in the SQL tab: INSERT INTO `administrators` VALUES(1, 'admin', '$P$DzQmghUFMrInIr3c6aI6w5iAR1Xuhu0'); that will change the log in to admin/ admin Chris Link to comment Share on other sites More sharing options...
coelroy Posted May 30, 2011 Author Share Posted May 30, 2011 Great Stuff Chris!!!! It worked. Thank you very much. Elroy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.