Works With U sebuah situs yang diprakarsai oleh Nine Lives Media Inc., adalah sebuah situs penyedia daftar organisasi dan perusahan-perusahan yang menggunakan Linux.
Resetting Elastix Admin Password
Resetting web admin password for Elastix is easy. First, obtain your md5 hashed password here and run the following command in console (in one line), replace md5_password with your password :
sqlite3 /var/www/db/acl.db "update acl_user set
md5_password='REPLACE_WITH_YOUR_PASSWORD' where id=1"
Hope it help.