Configuring visibility of users based on communities

Administrators can specify that the consumer users can view only the consumers who belong to their communities. That is, the consumers cannot view consumers from other communities when they share an application or package subscription, or during team creation.

Procedure

  1. Go to the location InstallDir/DeveloperPortal/configuration.
  2. Open the dpo_wrapper.conf or the custom_wrapper.conf file to edit the same.
  3. Add the following entry:
    wrapper.java.additional.2101=-Dportal.server.config.user-search-community-restricted
  4. Provide one of these values to the entry:
    • True. Restricts the visibility of other users based on communities. That is, consumers can only view other consumers from their communities.
    • False. No restrictions based on communities. Consumer users can view any consumer irrespective of their communities.
    Sample
    wrapper.java.additional.2101=-Dportal.server.config.user-search-community-restricted=false
    Note: If the variable 2101 is already used for some other entry in the dpo_wrapper.config file, then replace the value with a number greater than that. For example, 2102.
  5. Save the changes and restart the server for the changes to take effect.