diff --git a/contents/docs/settings/account-settings.mdx b/contents/docs/settings/account-settings.mdx index b4a2227f2927..a5a7cd50d21e 100644 --- a/contents/docs/settings/account-settings.mdx +++ b/contents/docs/settings/account-settings.mdx @@ -41,7 +41,14 @@ To enable 2FA, go to [your account settings](https://us.posthog.com/settings/use ## Notifications -You can choose which email notifications you receive in [your account settings](https://us.posthog.com/settings/user#notifications) under **Notifications**. You can enable or disable specific notifications with toggles. Product-specific notification, such as [Alerts](/docs/alerts), have separate configurations in each product. +You can choose which email notifications you receive in [your account settings](https://us.posthog.com/settings/user#notifications) under **Notifications**. + +Available notification types include: + +- **Weekly project digest** - A weekly summary email for each of your projects. You can enable or disable this per-project. +- **New member joined** - An email when someone joins an organization you belong to. You can enable or disable this per-organization. + +Product-specific notifications, such as [Alerts](/docs/alerts), have separate configurations in each product. ## Theming and customization diff --git a/contents/docs/settings/organizations.mdx b/contents/docs/settings/organizations.mdx index d05fb4a4afb8..77b9b1d939a5 100644 --- a/contents/docs/settings/organizations.mdx +++ b/contents/docs/settings/organizations.mdx @@ -3,16 +3,16 @@ title: Organizations sidebar: Docs showTitle: true availability: - free: partial - selfServe: partial - enterprise: full - - features: - multipleOrgs: - openSource: false - free: true - selfServe: true - enterprise: true + free: partial + selfServe: partial + enterprise: full + + features: + multipleOrgs: + openSource: false + free: true + selfServe: true + enterprise: true --- > Multiple organizations and projects aren't available on open source hobby deployments. @@ -58,7 +58,6 @@ Individual projects can override this organization default by configuring their ### Notifications -By default every time a member joins an organization in an [email-enabled PostHog instance](/docs/self-host/configure/email) (including PostHog Cloud), all existing members of the organization get notified about this with an email. This increases security by making it explicit who gains access to your product data. - -If you'd rather not get such notifications, you can disable them in the "Notification Preferences" section of organization settings. +By default, when a member joins an organization in an [email-enabled PostHog instance](/docs/self-host/configure/email) (including PostHog Cloud), all existing members receive an email notification. This increases security by making it explicit who gains access to your product data. +You can choose which organizations you receive these notifications for in your [account notification settings](/docs/settings/account-settings#notifications).