Create a temporary export directory # mkdir -p /tmp/reports-users Change to jasper scripts directory # cd /usr/share/jasperreports-server-pro/buildomatic
Export environment variables # export ADDITIONAL_CONFIG_DIR=/var/lib/ovirt-engine- reports /build-conf Export users from jasper reports metadata to temporary directory created in step-1 # ./js-export.sh --output-dir /tmp/ reports -users/ --users Edit exported user detail XML files, UPDATE THE EXISTING ENCRYPTED PASSWORD with NEW PASSWORD in CLEAR TEXT, it will be encrypted back during import # vim /tmp/ reports -users/users/superuser.xml # vim /tmp/ reports -users/users/organization_1/admin.xml Import the user data back to reports metadata # ./js-import.sh --input-dir /tmp/ reports -users/ --update Try and login on reports portal to verify the password change ----- Original Message ----- From: "张亚琪" <[email protected]> To: "Yaniv Dary" <[email protected]> Sent: Tuesday, November 25, 2014 12:56:04 PM Subject: How to update the password of reports portal? Hi, Yaniv: Would you tell me how to reset the reports portal password on the command line? Thanks a lot!
_______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

