Problem/Motivation

I just did a migration of a D7 site to D10, with this module enabled. Some of the users have user pictures, uploaded as files.

Every time I view a user at user/xxx, the user picture field value for that user is deleted.

AFAICT this is caused by the avatar module.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

joachim created an issue.

ambient.impact’s picture

I could be wrong about this, but I don't think it's viewing the user that's the problem but that this module seems to do some funky stuff when installed to the existing user picture field. After installing 1.x, the existing user picture file entities aren't even present on the loaded user entity according to Devel. I'm still poking through this module's code to see what it does. I haven't tested the 2.x since that seems to have stalled since 2018 whereas the 1.x has had some updates since.