Log on to your elastix voip server n use your root accaunt
type :
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='`echo -n newpassword|md5sum|cut -d' ' -f1`' WHERE name='admin'"
Replace newpassword with the password you want to use for the admin login.
or to reset the password to “password” you can use the following command:
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='5f4dcc3b5aa765d61d8327deb882cf99' WHERE name='admin'"
done
- FIN -
Subscribe to:
Post Comments (Atom)




No comments:
Post a Comment