diff --git a/package.json b/package.json index 27cd1861..a36aced7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "next-sitemap": "^4.2.3", "postcss": "^8.4.31", "postcss-focus-visible": "^6.0.4", - "posthog-js": "^1.342.1", + "posthog-js": "^1.372.4", "react": "18.2.0", "react-dom": "18.2.0", "react-highlight-words": "^0.20.0", diff --git a/public/access-control/authentication.md b/public/access-control/authentication.md index 7df2b38f..8ca2e0a7 100644 --- a/public/access-control/authentication.md +++ b/public/access-control/authentication.md @@ -24,6 +24,8 @@ User authentication in Phase is designed for seamless and secure web access. Pha Email and password authentication is available by default with no additional configuration. Users can sign up with their email address and a password, verify their email, and log in. +On self-hosted instances, operators can require an invite for any new account by setting [`ALLOW_SIGNUPS=false`](/self-hosting/configuration/envars#sign-ups). Existing users keep signing in normally; only self-service sign-up is gated. +