🐛 Bug Report: Gravatar logo used as profile picture when user has no Gravatar account #486

Closed
opened 2025-10-09 16:49:56 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @edbourque0 on GitHub.

Reproduction steps

  1. Create user with an email not associated with a Gravatar account
  2. Login as the user
  3. Refresh the page to load the profile picture (if needed)

Expected behavior

The profile picture should be the user's initials just like it was before the Gravatar integration (#34) .

Actual Behavior

The profile picture shows the Gravatar logo.
I assume that this is because the url of the gravatar picture is not associated to any user so i returns the Gravatar logo.

Maybe add some logic to check if the user exists on gravatar and if not, show the initials.

image

Originally created by @edbourque0 on GitHub. ### Reproduction steps 1. Create user with an email not associated with a Gravatar account 2. Login as the user 3. Refresh the page to load the profile picture (if needed) ### Expected behavior The profile picture should be the user's initials just like it was before the Gravatar integration (#34) . ### Actual Behavior The profile picture shows the Gravatar logo. I assume that this is because the url of the gravatar picture is not associated to any user so i returns the Gravatar logo. Maybe add some logic to check if the user exists on gravatar and if not, show the initials. ![image](https://github.com/user-attachments/assets/90c05462-bb10-45d4-ab79-9eddebab7f81)
OVERLORD added the bug label 2025-10-09 16:49:56 +03:00
Author
Owner

@stonith404 commented on GitHub:

Thanks for reporting this. In v0.7.1 it should take the initials if the Gravatar avatar doesn't exist.

@stonith404 commented on GitHub: Thanks for reporting this. In `v0.7.1` it should take the initials if the Gravatar avatar doesn't exist.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-2#486