I added a “new company” and then it mailed a welcome message.
The walcome mrssage
The question is the token “$CHANGE_PASSWORD_LINK$” show the URL is private IP(local host).
For example “https://192.168.0.1/adminconsole/password...”
What should I do to let it show the real public IP where it exist ?
ex.“https://8.8.8.8/adminconsole/password...”
let other people connect correct IP.
Thanks
Best answer by Brian Bruno
Hi @Aaron Chang,
The URL for the password change is dictated by the ‘WebconsoleURL’ Additional Setting. If you’d like to modify that variable to be the public IP address, the following Additional Setting would have to be defined on the CommServe machine :
Name : WebconsoleURL
Category : CommServDB.GXGlobalParam
Type : STRING Value : <http://location.Of.Your.Choosing.com/webconsole/clientDetails/fsDetails.do?clientName=CLIENTNAME>
For example, if you wanted force the URL to generate to 8.8.8.8, the Additional Setting should be configured as follows :
After modifying that Additional Setting, the Change Password link generated by that token will have the updated URL.
**NOTE** In addition to modifying this token, it will also change the URL that gets launched when you click on the Webconsole or Command Center Ribbon buttons at the top of the Commcell Console.
The URL for the password change is dictated by the ‘WebconsoleURL’ Additional Setting. If you’d like to modify that variable to be the public IP address, the following Additional Setting would have to be defined on the CommServe machine :
Name : WebconsoleURL
Category : CommServDB.GXGlobalParam
Type : STRING Value : <http://location.Of.Your.Choosing.com/webconsole/clientDetails/fsDetails.do?clientName=CLIENTNAME>
For example, if you wanted force the URL to generate to 8.8.8.8, the Additional Setting should be configured as follows :
After modifying that Additional Setting, the Change Password link generated by that token will have the updated URL.
**NOTE** In addition to modifying this token, it will also change the URL that gets launched when you click on the Webconsole or Command Center Ribbon buttons at the top of the Commcell Console.