Using Gravatar as a Remote Profile #2321
Jiwoon-Kim
started this conversation in
General
Replies: 2 comments 4 replies
-
Gravatar does not support ActivityPub and (as far as I know) there is no real practical way to delegate Identifiers in ActivityPub. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I’ve moved my main website to WordPress.com hosting. In any case, the ActivityPub handle’s username is still tied to the Gravatar profile. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Gravatar as a Remote Profile
Currently, WordPress profiles are synchronized from Gravatar.
From an ActivityPub perspective, this means Gravatar is the local instance, and WordPress is the remote one.
What I’m proposing is to reverse that direction — making WordPress the local instance and Gravatar the remote one.
At present, Gravatar profiles are tied to email addresses.
However:
This represents a major flaw in maintaining consistency across WordPress.com accounts.
A Gravatar profile can have multiple emails attached,
and a single WordPress site can also have multiple user accounts registered with different emails.
However, when a self-hosted site creates multiple sub-accounts, only one can be connected to a WordPress.com account.
Here’s the problem:
If you create two accounts on a WordPress.com-hosted site using different emails,
then change your primary email on Gravatar,
your WordPress.com accounts will split, and access permissions become inconsistent.
Therefore, Gravatar should be based on the ActivityPub handle, not on email.
Of course, I’m not suggesting this issue can be solved directly within the
activitypub
repository itself —but it must be discussed in the Automattic/wordpress-activitypub discussions.
Beta Was this translation helpful? Give feedback.
All reactions