Skip to content

Update users.md #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/collections/docs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ Users without a role, or `super` status will not have access to the Control Pane

[installation]: /installing
[permission]: /permissions

## Disabling Gravatars {#disabling-gravatars}

By default, Statamic displays a gravtar for the logged in user in the top right hand corner of the control panel. If the user does not have a custom gravatar, it displays the default gravtar.

However, there may be times where you wish to disable this, such as if you don't want to add gravatar.com to your content security policy (CSP). Disabling gravatars will result in the initial(s) of the user's username being displayed.

To disable gravatars, open `site/settings/user.yaml` and add the following:

```.language-yaml
enable_gravatar: false
```