Legacy Knowledge Base
Published Jul. 2, 2025

Users May Appear in the Database but Not in Liferay Control Panel

Written By

Liferay Support

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

You may encounter an issue where specific users, or a group of users, are not appearing with the Control Panel. If upon querying the relevant tables in the database you are able to see these users, then it is likely that there is simply a discrepancy between the database and the index.

Resolution

To resolve the issue, re-index user model index or all search indexes in order to sync the index Liferay is accessing with the database.

Option 1: Re-index User Model Index Only

In Liferay DXP DXP 7.1-7.3:

  1. Navigate to the Control Panel
  2. Click on Search > Index Actions
  3. Execute Reindex com.liferay.portal.kernel.model.User button.

In Liferay DXP 7.0:

  1. Navigate to the Control Panel.
  2. Click on Server Administration under Configuration.
  3. Execute the Reindex com.liferay.portal.kernel.model.User button.

In Liferay Portal 6.2 EE and Below:

  1. Navigate to the Liferay Control Panel.
  2. Click on App Manager > Expand Liferay core.
  3. Execute Reindex Search of Users and Organizations.

Option 2: Re-index All Search Index (Including User Model)

In Liferay DXP DXP 7.1-7.3:

  1. Navigate to the Control Panel
  2. Click on Search under Configuration
  3. Go to Index Actions tab, and execute the Reindex All Search Indexes button

In Liferay DXP 7.0:

  1. Navigate to the Control Panel
  2. Click on Server Administration under Configuration
  3. Execute the Reindex all search indexes. button

In Liferay Portal 6.2 EE and Below:

  1. Navigate to the Liferay Control Panel
  2. Click on Server Administration
  3. Execute the Reindex All Search Indexes button

Additional Information

Reindexing all search indexes is suggested to be executed in a timespan when the Portal is expected to see low load and number of visitors, or in a maintenance window. The reason for this is users will not find indexable assets (eg. web content articles) and other indexable resources (eg. users) until the corresponding index document is recreated. In addition, reindexing is a resource-consuming background task with a strong performance impact.

Did this article resolve your issue ?

Legacy Knowledge Base