Hello i can't find where to change the profile picture. Do you have an on idea where to search.

Thanks.
it uses gravatar.
Thanks @causefx.
@causefx The issue with this is that gravatar has restrictions on the email addresses used that are absolute show-stoppers for many. For starters, any address that limits inbound email and cannot even get the very 1st "confirmation" email, cannot even use it. This is why to this day gravatar avatars do not show across all of Gitkraken and other tools that force the use of the "noreply" github address (and ties your login to it) because the address cannot even be verified for use.
Not to mention the privacy concerns that prevent many now from touching gravatar (leaking network access with your email addresses constantly just to refresh an avatar without even asking the user's consent or notifying them first)!
I know it's a closed issue, but food for thought as to reasons to reconsider perhaps even just adding other local avatar options. The code to load a local jpg/png isn't much in any language and in most cases is already publically posted.
Most helpful comment
@causefx The issue with this is that gravatar has restrictions on the email addresses used that are absolute show-stoppers for many. For starters, any address that limits inbound email and cannot even get the very 1st "confirmation" email, cannot even use it. This is why to this day gravatar avatars do not show across all of Gitkraken and other tools that force the use of the "noreply" github address (and ties your login to it) because the address cannot even be verified for use.
Not to mention the privacy concerns that prevent many now from touching gravatar (leaking network access with your email addresses constantly just to refresh an avatar without even asking the user's consent or notifying them first)!
I know it's a closed issue, but food for thought as to reasons to reconsider perhaps even just adding other local avatar options. The code to load a local jpg/png isn't much in any language and in most cases is already publically posted.