How do I change other users profile pictures?

Mark Nixon July 20, 2011

Hi All,

We are wanting to individually change everyones profile pictures in confluence, so we dont have to deal with the drama of trying to convince 500+ employees to do this themselves.... Problem is that only the user can change their own picture - so even a confluence administrator can't change another users profile picture!

I have submitted a feature request to Atlassian, however does anyone have a way to do this now without getting every user to change thier own photo manually?

Thanks

7 answers

1 accepted

0 votes
Answer accepted
Mark Nixon July 25, 2011

Thanks guys for your input. I guess there is no real way to change the photos except by resetting passwords, which we cant really do. I have submitted a feature request to Atlassian so fingers crossed......

7 votes
Zeke Crater February 9, 2017

Atlassian still fails to provide a method whereby a Confluence administrator, logged in as himself, can upload a profile picture for a user.  Atlassian's customers still need this feature.

 

Javier O'Neil September 7, 2017

This is ridiculous. Is there really no way to do this, as an admin? How can this not be resolved? It's really hurting adoption of this product in my organization.

Grady Drew September 26, 2018

I've had to send out mass mail to my entire org providing instructions on how to do this. This is certainly less optimal than if an administrator had control of the account. 

Andy Watson May 1, 2019

I can't believe this isn't an option!

Mike Stone November 2, 2020

still not an option?

Ljiljana Juric September 19, 2023

Still not an option???

4 votes
HuseinA
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 20, 2011

The best workaround I can think of is to replace the default profile picture: <confluence-install>/confluence/images/icons/profilepics/default.gif. You might want to make sure you replaced it with the same dimension GIF picture. If you want to overwrite the profile pictures of all the users that already set one, you can do that by a hackery job, update OS_PROPERTYENTRY table in Confluence database. The entity_key is 'confluence.user.profile.picture' and the column that holds the path is string_val. For example, you'd need to run this to overwrite all the profile picture to the default.gif:

UPDATE OS_PROPERTYENTRY
SET string_val='/images/icons/profilepics/default.gif'
WHERE entity_key='confluence.user.profile.picture';
 
Fabio Genovese August 13, 2012

thanks for suggestion. I test in a develop environment and it's good :-).

A question for @Husein Alatas [Atlassian].

I can use the same way to set profile picture for all confluence users?? I mean. I have a customer with severe policy about employees photos (there is a ufficial photo for each employee and only this photo can be used). Can I create a Stored procedure to automatically set ufficial photo as profile picture?

To see new photos, tomcat's restart is mandatory??

thanks in advance

FABIO

2 votes
erikmergeport November 9, 2020

Any news?
Bumped into this problem as well.

lovetheidea December 3, 2020

Same here! Just want to add a simple profile pic -- can do everything else why not this?

2 votes
Christian Schaal December 4, 2019

Any news on this? I'd also like to replace the profile pictures of my team members by individual pictures. This is no problem in Jira, but still not possible in Confluence i'm afraid. :( 

We share accounts between Jira and Confluence using Crowd, but profile photos are not being synched. 

1 vote
Ethan Foulkes
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.
March 16, 2014

The Sudo plugin works great for this. I don't think they are updating their compatibility but it works fine for me on 5.1.4

1 vote
Kay Brown
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 20, 2011

I recently replaced Profile photos for some users by having the Infrastructure team temporarily reset each users LDAP login information and then provide the information to me.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events