-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Description
When a user logs in via Google using Site Kit by Google, the automatically generated ActivityPub handle is formatted incorrectly.
Normally, a Fediverse handle should follow the format:
However, because the username is created using the full email address from the Google login, the resulting handle becomes improperly structured.
- Expected Handle Format:
@[email protected]
- Actual Handle Format:
@[email protected]@travel-in-busan.com
This issue affects the user's ability to be followed or interacted with on the Fediverse. The incorrect handle, which includes the @gmail.com
part, is not a valid address.
Steps to Reproduce
- Use Site Kit by Google to log in with a Google account (e.g.,
[email protected]
). - Install and activate the ActivityPub plugin.
- Observe the generated ActivityPub handle.
Environment
- WordPress Version: [Insert your WordPress version]
- Site Kit by Google Version: [Insert your Site Kit version]
- ActivityPub Plugin Version: [Insert your ActivityPub version]
- Profile URL: https://travel-in-busan.com/author/kimjiwoon75gmail-com/
Note: To make the report as effective as possible, please include the version numbers for your WordPress, Site Kit, and ActivityPub plugins. This will help the developers identify and resolve the problem more quickly.
Metadata
Metadata
Assignees
Labels
No labels