# Profile picture source

**URL:** https://meta.discourse.org/t/profile-pic-source/130191
**Category:** Support
**Created:** [October 4, 2019, 3:28am UTC](https://meta.discourse.org/t/profile-pic-source/130191 "2019-10-04T03:28:11Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Islander](https://avatars.discourse-cdn.com/v4/letter/i/a87d85/32.png) [@Islander](https://meta.discourse.org/u/Islander)
#### Post date: [October 4, 2019, 3:28am UTC](https://meta.discourse.org/t/profile-pic-source/130191/1 "2019-10-04T03:28:11Z")

</div>

I just created a profile in our forum while we are still testing it and when I first logged in, bam, its bringing my profile pic as well. I remember I used to have this pic in some social media back then but not anymore. so where is it bringing the pic from? Very curious to know.

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [October 4, 2019, 4:16am UTC](https://meta.discourse.org/t/profile-pic-source/130191/2 "2019-10-04T04:16:00Z")

</div>

It’s [Gravatar](https://en.gravatar.com/) and it’s based on the email you used during registration.

---

<div class="post-metadata">

### Author: ![\_alejandro](https://avatars.discourse-cdn.com/v4/letter/_/958977/32.png) [@\_alejandro](https://meta.discourse.org/u/_alejandro)
#### Post date: [October 4, 2019, 4:21am UTC](https://meta.discourse.org/t/profile-pic-source/130191/3 "2019-10-04T04:21:16Z")

</div>

Is there a way to disable the gravatars?

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [October 4, 2019, 4:22am UTC](https://meta.discourse.org/t/profile-pic-source/130191/4 "2019-10-04T04:22:43Z")

</div>

Yes, you can switch off the `automatically_download_gravatars` site setting if you don’t want that functionality on your forum.

---

<div class="post-metadata">

### Author: ![Islander](https://avatars.discourse-cdn.com/v4/letter/i/a87d85/32.png) [@Islander](https://meta.discourse.org/u/Islander)
#### Post date: [October 4, 2019, 4:22am UTC](https://meta.discourse.org/t/profile-pic-source/130191/5 "2019-10-04T04:22:43Z")

</div>

I can assure you that this pic isnt even on my email id so how is it coming from there? I think its locating from some social media. My email id has a avatar not the real pic but this one is real

---

<div class="post-metadata">

### Author: ![\_alejandro](https://avatars.discourse-cdn.com/v4/letter/_/958977/32.png) [@\_alejandro](https://meta.discourse.org/u/_alejandro)
#### Post date: [October 4, 2019, 4:27am UTC](https://meta.discourse.org/t/profile-pic-source/130191/6 "2019-10-04T04:27:22Z")

</div>

but i mean, if i disable that, the user can still choose the gravatar…

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [October 4, 2019, 4:35am UTC](https://meta.discourse.org/t/profile-pic-source/130191/7 "2019-10-04T04:35:02Z")

</div>

> [@Islander](#):
>
> I can assure you that this pic isnt even on my email id so how is it coming from there?

How did you create the account? Did you use one of the social login options on the forum? If so, some services provide Discourse with the avatar associated with the account you use to authenticate the account on the forum.

> [@\_alejandro](#):
>
> if i disable that, the user can still choose the gravatar…

Disabling Gravatar is not currently supported, but you can use CSS to hide it.

```plaintext
.avatar-selector {
  .avatar-choice:nth-child(2) {
    display: none;
  }
}

```

---

<div class="post-metadata">

### Author: ![Islander](https://avatars.discourse-cdn.com/v4/letter/i/a87d85/32.png) [@Islander](https://meta.discourse.org/u/Islander)
#### Post date: [October 4, 2019, 4:59am UTC](https://meta.discourse.org/t/profile-pic-source/130191/8 "2019-10-04T04:59:51Z")

</div>

> [@Johani](#):
>
> How did you create the account? Did you use one of the social login options on the forum? If so, some services provide Discourse with the avatar associated with the account you use to authenticate the account on the forum.

I created using my yahoo email ID. But the pic I had on some social media once which was linked to this email ID

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [June 2, 2023, 11:00am UTC](https://meta.discourse.org/t/profile-pic-source/130191/9 "2023-06-02T11:00:21Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 2, 2023, 11:32am UTC](https://meta.discourse.org/t/profile-pic-source/130191/10 "2023-06-02T11:32:16Z")

</div>


