Login

You can configure whether or not to display the Remember User Name check box on the Login dialog.

By default, the check box is displayed.

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see Introduction).

  2. Locate the Login record in the config.xml file:
    <record jsxid="Login" type="Workspace" useRemember="true"></record>
  3. Modify the useRemember attribute as follows:
    • “true” causes the check box to be displayed.
    • “false” causes the check box to not be displayed.
  4. Save and close the config.xml file.