Asfihani Dicatet Ben Ora Lali™ (literally mean: dicatat biar tidak lupa)

Archive for 2009

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.

After →