Knowledge Base
Categories: Third Party Applications
OSCommerce Admin Password Restart (older version)
If you have an older version of OSCommerce, it may use .htpasswd file instead of storing it in a MySQL database. If this is the case, this is how you update it:
The file that needs to be change is the .htpasswd file. On a linux/cPanel webhost the file will be stored in /home/username/public_html/admin/
This site allows you to create an encrypted password off of your current password:
---http://anydemo.com/encrypt-password-creator.cgi?create
Enter it in the .htpasswd file like this:
username:encryptedpassword
Save the file and you are done.
* Your feedback is too short