Lost Admin Password
Posted: Wed Jan 21, 2009 1:46 am
Hello,
We have lost the admin password for our openemm install. I followed the instructions on inserting the md5 of the password directly into the mysql db as follows:
mysql -u root [-p if password exists]
use openemm
select md5("secret");
update admin_tbl set pwd_hash = 0x5ebe2294ecd0e0f08eab7690d2a6ee69 where username = "admin";
exit
However that is not working - it still says 'bad password'. Our resin version is 5.3.1 but this is just not working for us. Is there something we are doing wrong here?
Cheers,
Neil
We have lost the admin password for our openemm install. I followed the instructions on inserting the md5 of the password directly into the mysql db as follows:
mysql -u root [-p if password exists]
use openemm
select md5("secret");
update admin_tbl set pwd_hash = 0x5ebe2294ecd0e0f08eab7690d2a6ee69 where username = "admin";
exit
However that is not working - it still says 'bad password'. Our resin version is 5.3.1 but this is just not working for us. Is there something we are doing wrong here?
Cheers,
Neil