Enable Display of DMC DB Password on Client Connect Page in DEMO Mode

By default, the password for the embedded DMC DB is not displayed for non-administrator users on the Client Connect page when the DMC is installed in Demo Mode. The DMC can be configured to show this password to all logged in users.

Note: These instructions only apply when the DMC was installed in DEMO mode. In PROD mode the DMC DB password is never visible on the Client Connect page.

To enable the display of this password for non-administrators:

  1. On the system where the DMC is installed, open the DATICAL_HOME/config/cluster.properties file in a text editor.
  2. Edit or add the datical.db.showPassword property so that it is set to true.
  3. Example: datical.db.showPassword=true

  4. Restart datical-service using the following command:
  5. sudo service datical-service restart
  6. After the service restarts, log in to the DMC as a non-administrator and go to the Client Connect page by clicking:

The password should be presented to the non-administrator user account.

Related Links