ozone icon indicating copy to clipboard operation
ozone copied to clipboard

Ability to quickly view other accounts registered with the same email

Open whyrusleeping opened this issue 3 years ago • 4 comments

When viewing an account, it will be very helpful for us to be able to see any other accounts that might be registered under the same email address (basically, canonicalize the email address by stripping the '+' stuff out).

whyrusleeping avatar Apr 12 '23 20:04 whyrusleeping

@devinivy we would need a new endpoint to query this info, right?

foysalit avatar Aug 24 '23 14:08 foysalit

We might also consider folding it into the admin.searchRepos route, even if it's just a special behavior of term when it appears to be an email address.

devinivy avatar Aug 24 '23 16:08 devinivy

I think if we wanted to come back to this, it would be a new admin endpoint on the auth gateway (bsky.social), which the mod service (appview for now) would proxy to.

As an alternative, I could have automod trigger/flag on this in some situations, though the data structure in play there would not support inverting the set (aka, couldn't get the list of all accounts with the same normalized email, just a rough count).

tl;dr: will still want/need an endpoint and indexed DB column in gateway tracking normalized email.

bnewbold avatar Dec 02 '23 01:12 bnewbold

Backend PR for this: https://github.com/bluesky-social/atproto/pull/2426

bnewbold avatar Apr 26 '24 23:04 bnewbold