Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.6.2 Editing the User Agreement when Registering a User

This section explains how to edit the user agreement that is displayed in the Register User window when a new tenant user is to perform a registration procedure.

To edit the user agreement, edit the following HTML file:

[Windows]

<Installation directory for this product>\IAPS\F3FMihs\servers\FJapache\htdocs\sopdocs\pub\html\ja\cRegApply_agreement.forUse_en.html

[Linux]

/var/opt/FJSVihs/servers/FJapache/htdocs/sopdocs/pub/html/ja/cRegApply_agreement.forUse_en.html

Note

  • If the HTML file does not exist, the Register User window will not be displayed. The HTML file must not be deleted.

  • If the user agreement has been edited, collect a backup of the HTML file after the edit.

Settings

The user agreement must be written in a section defined with the <body> tag in the HTML file.

Example of settings

<body>
<div id="iframeHeight" style="font-size:small;">
The following actions involving the use of the service are not permitted.<br>
<br>
    To collect personal information other than that of one's own through fraudulent means or without agreement of the owner of the information<br>
    To falsify or delete information that this service may use<br>
    To use this service under false identity<br>
<br>
Supplementary provision<br>
1.This agreement takes effect on 1 November 2011.<br><br>
</div>
</body>