Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enforce Strict User Image Upload

Use the glide.security.strict.user_image_upload property to enable Access Control for the upload/update of a profile picture when performed on a user record.

If the glide.security.strict.user_image_upload system property isn't set to the recommended value of true, then ACLs aren't enforced on image uploads to the Photo field. When the property is set to true, the table ACLs are enforced when uploading photos, only allowing authorized users to upload an image.

Ensure that the property glide.security.strict.user_image_upload is set to true.

More information

AttributeDescription
Configuration nameglide.security.strict.user_image_upload
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuetrue
Fallback valuetrue
CategoryAccess control
Security risk- Severity score: 3.7 - CVSS rating: Low - Security risk details: An unauthorized user may upload an image to another user's profile.
Functional impactNo functionality impact as authorized users are still able to upload images to their user profile.
Dependencies and prerequisitesNone

Parent Topic:Access control