osCommerce Password Reset


osCommerce Password Reset Using phpMyAdmin

Sometimes you need to get in there and reset the password for oscommerce using phpMyAdmin.
In these instances, you do not just paste in a new password but you have to properly encode it first.
Here is a really handy tool to create a password hash for you, ready to be pasted into phpMyAdmin
for the admin side, you will need to edit the admin table and paste this into the password field for the account you need to set the password for.



2, Option


Reset osCommerce Admin Password Tips:
1. osCommerce Admin password file save in: .htpasswds/admin/passwd

2. Generate an encrypt password and replace the old osCommerce admin password in passwd file. Use any text editor to open the passwd file.