Enabling System Access Control - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License

Configure the system access rights in Content Composer Studio before you activate system access control.

For more information, see "Roles" in the Content Composer Studio Help.

To enable system access control, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Core.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows:
    <add key="rws_enable_access_check" value=
  3. Set the value attribute to 1.

    Example

    <add key="rws_enable_access_check" value="1"/>

    Note: To disable system access control, set the value attribute to 0.
  4. Save and close the file.