USER MANUALS


Change Password Script (Design Studio)

The script change_password_design_studio updates the password of the Design Studio. This script is located within the file <DENODO_HOME>/tools/webadmintool/denodo-webadmintool-tools.zip.

Syntax of the “change_password_design_studio” script
change_password_design_studio -h <host> -p <port> -P <password> -n <new password> [-https]

-h <host>: host name or IP address of Web Container.

-p <port>: port of Web Container.

-P <password>: password of this user account.

-n <new password>: the new password.

-https: option that allows to use HTTPS instead of HTTP.

You can encrypt both passwords with the command <DENODO_HOME>/bin/encrypt_password "<password>". Then, copy the output of this command and pass it as an argument of this parameter, with the prefix encrypted. For example, -P encrypted:Gr16MjvuXhRzPtPH/yTXHw==.

Example of invoking the script with the password encrypted
<DENODO_HOME>/bin/change_password_design_studio.sh -h localhost -p 9090 -P "admin" -n "encrypted:wj8lN8TDVPzmFOCplpoUt7uCYVSVA01emJwR27MWPwHtuSek1Ds0FAo5GOFIoFXwpvtF63AMQ=="

The new password has to meet the Password Policies in the Denodo Platform and Solution Manager.

Add feedback