User and Group Management Links Disappear From Admin Panel After Upgrade or Migration to 5.6.X

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

After upgrading/migrating to Confluence 5.6.X, the user and group management links are removed from the administration console and the user management link in the cog is missing.

Diagnosis

The Confluence instance was previously an OnDemand instance.

Cause

There was a dark feature added and turned on for OnDemand instances to change how user management features work.

Workaround

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

Try to disable the dark feature:

  • Log into Confluence with an user with administrator permissions.
  • Go to the URL <base_url>/admin/darkfeatures.action
  • Click on remove by the entry unified.usermanagement.

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';

Resolution

Last modified on Feb 26, 2016

Was this helpful?

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