Reset MURA ADMIN Password in Case of Loosing It, Or You Forget Recovery Email of the MURA ADMIN

Recently I face the problem with login into MURA CMS admin panel. A day before I set the MURA site with the memorable password, Even I note that password.
But on the next day when I try to login. Simply reject it. I have tried for few more times and it block my account for some time say 10 Min. I have tried to recover from Forget Your Password? option, But I am enable to get the mail due to some issue with sending mail.

I have take a look into the table but Password was in encrypted format.

I googling to recover lost MURA admin password and I get one solution that is change the password manually.

Just goto MURA database and select ‘tusers’ table and put 21232F297A57A5A743894A0E4A801FC3 into password.

or use below query 

UPDATE tusers SET Password = ‘21232F297A57A5A743894A0E4A801FC3’ WHERE UserName = <username>

This will reset password to admin. you get the admin access of MURA CMS.

This works till MURA 6.1.

Don’t forget to change your password for security reason.

Thanks