User management features are missing from Admin Console

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

User management features are missing from Confluence if an Cloud instance with the "User Management" dark feature is imported.

Diagnosis

User management menu from the General Administration  and the Users and groups menu goes missing when Confluence Cloud is migrated to Server. After migration, User management links should be visible to admins in the Confluence admin console and the cog but they are not. The screen looks something like below.

Cause

Cloud instance with the "user management" dark feature is imported and hence causes this issue. This dark feature can be seen by the below URL

Workaround

  1. The user and group management areas can be accessed directly via url:
    • Users: <base_url>/admin/users/showallusers.action
    • Groups: <base_url>/admin/users/browsegroups.action
  2. Try to disable the dark feature:
    1. Log into Confluence with an user with administrator permissions.
    2. Go to the URL <base_url>/admin/darkfeatures.action
    3. Click on remove for the entry unified.usermanagement.
  3. Or you can use the following SQL to disable the dark feature. The Confluence cache will need to be flushed, and the links will reappear.
delete from BANDANA where BANDANAKEY = 'confluence.darkfeature';

Bug Ticket

This issue is being tracked on the below Bug request


Last modified on Jan 23, 2025

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.