Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to install the master password contrib


omegaman66

Recommended Posts

Posted

Ok here is step one:

1: Run this in phpmyadmin to update the database,

 

INSERT INTO configuration_group VALUES (45, 'Master Password', 'Configuration of Master Password', 45, 1);

INSERT INTO configuration VALUES ('', 'Master Passwords', 'MAST_PW','123456','Master Password', 45, 1, '2005-02-04 13:07:44', '2005-02-04 12:10:51', NULL, '');

 

I can login to phpmyadmin but have no idea how to complete step 1!!!

Can someone let me know how to do this!! I was able to find a place that had a check box infront of configuration Values and them some columns one of which was search. But before I screw something up royally could someone walk me through this? Help!

Posted

Click the "SQL' tap at the top of the phpmyadmin page - paste the queries into the text field, then click the 'go' button :P

 

Always back up your database first!

 

Matti

Archived

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

×
×
  • Create New...