PostHog / squeak

A Q&A widget for your docs
https://squeak.posthog.com/
MIT License
177 stars 15 forks source link

Multitenancy #256

Open corywatilo opened 1 year ago

corywatilo commented 1 year ago

We have an issue with multitenancy where, if you're a member of one community, you can't also have your own community with the same email address.

Example:

  1. User signs up to posthog.com community as a member
  2. User tries to login/signup to Squeak! admin with same email

This doesn't work because they're a member of the posthog.com community as a user.

We need a way for people to use the same email for multiple communities.

Considerations