Updating User Profile Pictures
Users have profile pictures. Administrative Users can upload images in the Edit User form, and Users can update their own account information, including profile image.
Updating a Profile Picture
Users can update their own profile pictures, and administrators can update profile pictures for other users. Follow the appropriate steps below.
As a User
-
Click My Profile in the User menu.
-
Click Edit Information (
) to open the Account Settings.
-
Click Change Image (
).
-
Select an image from your computer, crop it (if necessary), and click Done.
-
Click Save at the bottom of the page.
As an Administrator
-
Open the Global Menu (
), go to the Control Panel tab, and click Users and Organizations.
-
Click on the user’s name or choose Actions (
) next to the user and select Edit.
-
Click Change Image (
)
-
Select an image from your computer, crop it (if necessary), then click Done.
-
Click Save at the bottom of the page.
Using a Custom Default Profile Image
If no image is uploaded for a user’s profile, a generic silhouette is used by default.
To use a custom default profile image,
-
Create a 100x100 px image in
.png
or.jpg
format. -
Place the image on the application server’s classpath. For example, in Tomcat:
tomcat/webapps/ROOT/WEB-INF/classes/
-
Set the following property in your
portal-ext.properties
file:TipIf you use the binary gender field, set separate images:
image.default.user.female.portrait=image-filename.png
image.default.user.male.portrait=image-filename.png
-
Restart the application server.