Previous Topic: Reset the Entire CMS ProfileNext Topic: Manage System Files


Reset Specific Properties in a CMS Profile

To reset specific properties in a CMS profile

  1. In the section containing the properties you want to reset, set the retainvalues attribute to False. For example:
    <userattributes retainvalues="False">
    
  2. Remove the parameters you want to reset to their default settings. For example, to reset the entire list of user attributes, the syntax is:
    <userattributes retainvalues="False"> </userattributes>
    

    Note: If the retainvalue attribute exists in the <profile> tag and the section tag, then the value in the section tag takes precedence.

  3. Save and import the XML file.
  4. Restart the CMS.