Resetting Elastix Admin Password

elastixResetting 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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.