How to reset admin elastix password
By default, our xen based Elastix 2.5 web panel login is admin and password is ***see welcome email we sent you***
To change the admin password, please ssh as root and type
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='`echo -n newpassword|md5sum|cut -d' ' -f1`' WHERE name='admin'"
Where newpassword is the new password you want. For mysql password, please see http://forum.elastix.org/viewtopic.php?p=37376