Skip to main content
All CollectionsGeneral
Change password for Elastix admin
Change password for Elastix admin
Antonio avatar
Written by Antonio
Updated over a year ago
Simply executing this command in the console, where "laclave" is the new password.
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password = '`echo -n laclave|md5sum|cut -d '' -f 1`' WHERE name = 'admin'"
Did this answer your question?