Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Im sure this has been asked before but i cant find it


shopping.uk

Recommended Posts

Sorry about asking what must have been asked loads of times before, but.........

 

I have Forgotten my admin password, so how can i find it?

 

I know its in a database somewhere, but as a newbie i have no idea what file or line within the files im looking for, so a plain english answer would be helpful.

 

Thanks in advance

Russell

Link to comment
Share on other sites

Sorry about asking what must have been asked loads of times before, but.........

 

I have Forgotten my admin password, so how can i find it?

 

I know its in a database somewhere, but as a newbie i have no idea what file or line within the files im looking for, so a plain english answer would be helpful.

 

Thanks in advance

Russell

run this sql in phpmyadmin on your osc database

INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES
(2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce');

 

you can now login is admin/admin and change your password and then delete this user

Link to comment
Share on other sites

run this sql in phpmyadmin on your osc database

INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES
(2, 'admin', '72cc7bf841d77c02b3b91bb85561163d:ce');

 

you can now login is admin/admin and change your password and then delete this user

 

 

Sorry for sounding completely stupid :unsure: , but how do i do this?

Link to comment
Share on other sites

Sorry for sounding completely stupid :unsure: , but how do i do this?

Login to phpMyAdmin.

The top navigation bar you'll see "STRUCTURE", "SQL", "SEARCH", etc.

Click SQL, paste that code in the box, and click GO.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...