Friday, October 6, 2017

RESET ELASTIX 2.5 GUI PASSWORD

RESET ELASTIX 2.5 GUI PASSWORD
SSH to box as root
enter the following command to reset password "letmein"
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='`echo -n letmein|md5sum|cut -d' ' -f1`' WHERE name='admin'"
Replace letmein with the password you want to use for the admin login.

No comments:

Post a Comment