[ovirt-users] How to update the password of reports portal?
Yaniv Dary
ydary at redhat.com
Tue Nov 25 11:01:31 UTC 2014
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: "张亚琪" <zhangyingyun001 at gmail.com>
To: "Yaniv Dary" <ydary at redhat.com>
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141125/0cb68df4/attachment-0001.html>
More information about the Users
mailing list