You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoNode uses the online Gravatar service to fetch the default avatar for users (based on users' email).
This default behavior is usually disabled in deployments because it requires fetching data from an online service, and besides, most users don't have a Gravatar account.
The Gravatar service will be disabled by default. It can be restored by adding the avatar.providers.GravatarAvatarProvider to settings.AVATAR_PROVIDERS.
This task will also fix the size of the avatar preview inside the profile's templates.
The text was updated successfully, but these errors were encountered:
GeoNode uses the online Gravatar service to fetch the default avatar for users (based on users' email).
This default behavior is usually disabled in deployments because it requires fetching data from an online service, and besides, most users don't have a Gravatar account.
The Gravatar service will be disabled by default. It can be restored by adding the
avatar.providers.GravatarAvatarProvider
tosettings.AVATAR_PROVIDERS
.This task will also fix the size of the avatar preview inside the profile's templates.
The text was updated successfully, but these errors were encountered: