I am really in emergancy about confluence administrator account due to changing directory order

HuiEun Lee July 8, 2024

I logged in admin confluence account and changed confluence directory orders.

1. Jira Server
2. Confluence Internal directory

to 

1. Confluence Internal directory
2. Jira Server

Then now I can not login by admin confluence account. This is an only admin account. Could anyone please help me?

2 answers

3 votes
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2024
HuiEun Lee July 8, 2024

Hi @Sreenivasaraju P ! Thanks for your reply!

Fortunately, I've resolved it just now without handling DB.

The each directories account, Jira and Confluence account, has each account info. Before changing order, it needs to use Jira's login info. But after changing order Confluence internal directory in first, it needs to use Confluence login info(old password).

Luckly, the confluence admin account user remembers the Confluence login info(old password).

So, by using old password, I can recover it!

Really, thank you again

1 vote
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 8, 2024

Hi @HuiEun Lee ,

my suggestion is to change directory order by a DB query and restart the application.

select * from cwd_directory;

Check your directory ids and then perform an update :

update cwd_directory set directory_position = 2 where id = <YOUR DIRECTORY ID>;

After doing that please check memberships for your account in internal directory/global permissions in order to avoid the same issue at next directory id change.

Hope this helps,

Fabio 

HuiEun Lee July 8, 2024

Hi @Fabio Racobaldo _Herzum_ ! Thanks for your reply!

As I reply above comments, I resolved it without updating DB.

Really, thank you again!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.4
TAGS
AUG Leaders

Atlassian Community Events