Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin site doesn't require login.


Guest

Recommended Posts

I am a beginner at oscommerce, but somewhat adept with php. I am unable to get my admin page to require a login when I access it. How do I force a login with username and password? Does this functionality already exist?

 

Thanks,

Bob.

Link to comment
Share on other sites

I am a beginner at oscommerce, but somewhat adept with php. I am unable to get my admin page to require a login when I access it. How do I force a login with username and password? Does this functionality already exist?

 

Thanks,

Bob.

 

 

You'll have to implement your own security on the admin directory.

Link to comment
Share on other sites

I would advise renaming the 'admin' folder first - to something unique. Then edit the references to /admin/ in admin/includes/configure.php to /newname/

 

When you've done that use the Password Protect feature in your web hosting control panel (not osC admin) to protect that folder.

 

Vger

Link to comment
Share on other sites

You'll have to implement your own security on the admin directory.

What is suggested? I wanted to use the PHP Pear package, but my host doesn't allow it on shared hosting.

Link to comment
Share on other sites

I would advise renaming the 'admin' folder first - to something unique. Then edit the references to /admin/ in admin/includes/configure.php to /newname/

 

When you've done that use the Password Protect feature in your web hosting control panel (not osC admin) to protect that folder.

 

Vger

 

Thank You Vger. I will do that right away.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...