Retrieve Admin Password
Currently, the only way to do that is from sql via :
update admin_user set password=md5(’newpassword’) where username=’admin’;
replace admin with your username you installed with and just set your new password to anything you wish

