Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin side of Website


scentsnm

Recommended Posts

I have os commerce on my website. I am trying to login to the Administration side of the website and having

problems with my username and password. The 1st time I login I impute the username and password that I have been

using for the past 3 years. Then it asks me to impute the password again. After putting the password in, I get a 404

not found error. Does the password need to changed every so often? I am not getting much help from my webmaster,

need to know where I need to go to reset the above info. How does the above problem happen?

 

Thanks for your help!

Link to comment
Share on other sites

What version of osC are you using?

 

If it is osC_2.2ms2 you can edit the page 'admin\login.php' to get in then try and change it. -

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

 

Change to:

// $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

$action = 'create';

Lloyd

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...