Skip to content
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

Stop using Gravatar service for the default gravar #12847

Closed
giohappy opened this issue Jan 27, 2025 · 0 comments · Fixed by #12849 or #12851
Closed

Stop using Gravatar service for the default gravar #12847

giohappy opened this issue Jan 27, 2025 · 0 comments · Fixed by #12849 or #12851
Assignees

Comments

@giohappy
Copy link
Contributor

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.

@giohappy giohappy self-assigned this Jan 27, 2025
@giohappy giohappy linked a pull request Jan 27, 2025 that will close this issue
13 tasks
giohappy added a commit that referenced this issue Jan 27, 2025
…2849)

* disable gravatar provider

* fix hardcoded avatar urls in permspec tests

* fix hardcoded avatar urls in permspec tests (2)
giohappy added a commit that referenced this issue Jan 27, 2025
…2849) (#12851)

* disable gravatar provider

* fix hardcoded avatar urls in permspec tests

* fix hardcoded avatar urls in permspec tests (2)
Gpetrak pushed a commit that referenced this issue Jan 28, 2025
…2849)

* disable gravatar provider

* fix hardcoded avatar urls in permspec tests

* fix hardcoded avatar urls in permspec tests (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant