question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ghost does not respect Gravatar settings

See original GitHub issue

Issue Summary

According to docs it should be possible to disable Gravatar. So I tried:

[ghost@strefadysk strefadysk_prd]$ ghost config privacy.useGravatar
false

But failed: image

Steps to Reproduce

Add to your config:

  "privacy": {
    "useGravatar": "false"
  }

or alternatively:

"privacy": {
    "useTinfoil": true
}

Restart ghost. Check avatar.

PS

By the way in docs there’s comma at the end of the line which should be removed:

"privacy": {
    "useTinfoil": true,
}

Technical details:

  • Ghost Version: rc1
  • Node Version: 6
  • Browser/OS: Chrome
  • Database: MariaDB

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinansfieldcommented, Jul 15, 2017

So what you are saying is that it does not deactivate all gravatar links but disables initial gravatar setup when user is added?

Exactly, it disables automatic gravatar lookup when entering e-mail addresses in the admin client on /setup/two and /signup and on the server when saving user models with a new e-mail address.

While we are in this topic let me ask you @kevinansfield how to restore gravatar without reinviting that user when gravatars are enabled in config? I tried to select manual photo upload and paste the gravatar link but got error about incorrect file type.

I’m not sure I’m following you here. Maybe move this to #help and we can go through the steps that you’re trying? If there are bugs there it sounds like a completely separate issue.

0reactions
kevinansfieldcommented, Jul 20, 2017

Yeah, I think this can be closed for now, there’s no actionable issue left here that I can see.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Disable Gravatars in WordPress - WPBeginner
However, some users may not want to use Gravatars at all. In this article, we'll show you how to easily disable Gravatars in...
Read more >
[1.1.69] Electric pole ghost does not respect draw_copper_wires ...
When setting `draw_copper_wires=false` that the pole will never have copper wires drawn to it, even when it's a ghost. Reproduction. Change the prototype...
Read more >
Frequently Asked Questions - Gravatar
How do I change my gravatar image? · Login to your account at Gravatar.com. · Click "My Gravatars" at the top of the...
Read more >
Avatar (2009 film) - Wikipedia
Avatar is a 2009 epic science fiction film directed, written, co-produced, and co-edited by James Cameron and starring Sam Worthington, Zoe Saldana, ...
Read more >
Respect absolute date user setting in MR widget (!66045) · Merge ...
What does this MR do? The MR Widget is not respecting the absolute date user setting because it utilizes timeago.js directly...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found