How to Prevent Users from Changing Profile Pictures in Confluence 5.5.x versions
In some cases, an organization may need to allow only the administrators to change the users' profile pictures for security reasons. In this article, we will describe how to hide the ability to edit profile pictures.
Please bear in mind that according to our Support Offerings, Atlassian doesn't provide support for customisations. This test was performed in a Confluence 5.5.2 version.
- Go to Confluence Admin > Look&Feel session
- Choose Global Stylesheet
Insert the following:
.edit-my-picture-profile { display: none; }
Last modified on Nov 16, 2018
Powered by Confluence and Scroll Viewport.