karll
Well-known member
- Affected version
- 2.3.4
I have just disabled Gravatar support (unticked "Enable Gravatar support" in the User Registration options) but I still see GET requests going to gravatar.com.
I did notice under the option in the AdminCP it says:
I thought this meant the Gravatar avatars had been stored locally, so it would continue to use those, but maybe I thought wrong?
If it means it will continue to use Gravatar avatars hosted on gravatar.com, is there some way to remove these from the relevant users? A clever SQL statement, perhaps? (E.g.
I did notice under the option in the AdminCP it says:
If disabled, this will not remove Gravatars from users that already have them.
I thought this meant the Gravatar avatars had been stored locally, so it would continue to use those, but maybe I thought wrong?
If it means it will continue to use Gravatar avatars hosted on gravatar.com, is there some way to remove these from the relevant users? A clever SQL statement, perhaps? (E.g.
UPDATE xf_user SET gravatar = '' WHERE gravatar <> '';
Although, is there a risk that could break something?)
Last edited: