In Wikimedia Phabricator we sometimes experience vandalism (as our policies are pretty liberal).
Steps:
- A Phab user uploads and sets an {offending | NSFW | copyrights/license violating} image as their Phab profile image.
- (Unrelated: I disable the user account via the web interface, due to the user's vandalism actions.)
- I ssh onto the Phab instance and run sudo ./phabricator/bin/remove destroy F11729470 to delete their uploaded image.
- I go to /file/query/all/ to also find the ID of the corresponding image called profile, created by Phab. (Slightly cumbersome, but okay.)
- I run sudo ./phabricator/bin/remove destroy F11729471 to delete the corresponding profile image.
- Expected outcome:**
The image on the profile gets reset to some default fallback image, or displays nothing, or is broken, or... well, anything that makes their image not get displayed anymore in people's web browsers.
- Actual outcome:**
The image is still displayed on the user profile and I don't know how to get it removed. Meh.