How can the System Administrator change the profile picture for the users? Is there a way to do mass upload?
Hello Karina
Since Confluence is a collaborative tool just the users are able to change their own pictures.
What you as admin can do is reset a user password, access Confluence using the user credentials and then change the picture.
Another possibility is to change the default profile picture in the database, but in that case all the users will use the same picture:
Example:
UPDATE OS_PROPERTYENTRY SET string_val='/images/pathToTheNewImage/image.png' WHERE entity_key='confluence.user.profile.picture';
Hope it helps!
if you reset the user's password, they won't be able to get back in, you don't (or shouldn't) know their password. Also, if you are backing onto an LDAP/Active Directory you might not be able to change the password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer! I logged in as the user and changed the picture. There was no other way...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.