The following explanation describes how to modify settings when determining whether to include a default password for a deployed server within the email that gets sent when deploying an L-Platform and/or adding a server to an L-Platform.
Usage Method
Implement the following procedures when modifying settings to include (or not include) the password:
Use the editor to open the settings file.
The settings file is stored in the following location:
[Windows]
<Installation directory for this product>\RCXCFMG\config\mail_config.xml
[Linux]
/etc/opt/FJSVcfmg/config/mail_config.xml
Add the following keys and values:
Key name | Content |
---|---|
show-password | true: Include the password (This is the default value) false: Do not include the password |
A specification example is shown below:
Example
<properties version="1.0"> : <entry key="show-password">false</entry>
Save the file.
Restart the manager.
Refer to "7.2 Starting and Stopping the Manager" in the Setup Guide CE for information on how to Restart the manager.