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'"
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'"