Guest Posted October 10, 2005 Share Posted October 10, 2005 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 More sharing options...
rgnelson Posted October 10, 2005 Share Posted October 10, 2005 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 More sharing options...
♥Vger Posted October 10, 2005 Share Posted October 10, 2005 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 More sharing options...
Guest Posted October 11, 2005 Share Posted October 11, 2005 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 More sharing options...
Guest Posted October 11, 2005 Share Posted October 11, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.