Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Password keep on changing


coelroy

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...