Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Username field encrypted in confluence 5.4.1

Mustafa Abusalah December 27, 2013
We have upgraded confluence 5.2 to 5.4.1 when I checked the database tables I noticed that the username is encrypted in attachments and content tables, do you have any idea why the username field is encrypted? Do you know how to decrypt the field? Thank you

1 answer

1 accepted

2 votes
Answer accepted
Aseem Parikh
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.
December 27, 2013

They're not encrypted, they're just hashes [citation needed] mapped to users in a different table.

You can decipher the username by joining the user_mapping table with whatever table you need the username from. Here's an example query for the content_label table:

SELECT * FROM confluence.content_label JOIN confluence.user_mapping ON owner=user_key;

I suspect it's done this way to preserve usernames when a user is removed from Confluence.

Mustafa Abusalah December 27, 2013
Thank you for the tip, you saved me lots of search time.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events