Miva 5 password reset

Published by

Posted on March 17, 2012

How do I reset a customer’s password in Miva 5?
The following explains how to reset a customer’s Miva 5 password in both Linux and Windows. This was taken from Miva’s forum
Go into your database and find the Users table. Open it and edit the record with the user account you need access to, replace the encrypted password text with:
11Z84oYEV4Jxk
Then go back to your store and log in using the same username as before, and the password “changeit”, then you can set the password back to whatever you want.
Example :

UPDATE Users SET password = '11Z84oYEV4Jxk' WHERE id = '1' LIMIT 1;