-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Milestone
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
Summary
Users without a profile image may incorrectly display the profile image of one of their Groups. This behavior was introduced after adding support for profile images on Groups and results in misleading user representations.
System Setup
- Affected changes are not yet part of a released version
- Behavior exists on the develop branch after a recent commit
- Milestone: 1.5.0
- Suspected causing PR: https://github.com/cryptomator/hub/pull/375Steps to Reproduce
- Create or use a User without a profile image.
- Assign the User to at least one Group that has a profile image.
- Log in with that User.
- Observe the displayed profile image.
Expected Behavior
- A User without a profile image must not inherit or display the profile image of any Group.
- Group profile images should only be used for Groups and never as a fallback for Users.
Actual Behavior
- If a User does not have a profile image but is a member of a Group that has a profile image, the User is displayed with the Group’s image as their profile image.
- If the User is a member of multiple Groups with profile images, the image of the first Group (sorted alphabetically by group name) is used.
Reproducibility
Always
Relevant Log Output
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels