diff --git a/docs/authentication/configuration/legal-compliance.mdx b/docs/authentication/configuration/legal-compliance.mdx new file mode 100644 index 0000000000..f0c234def8 --- /dev/null +++ b/docs/authentication/configuration/legal-compliance.mdx @@ -0,0 +1,11 @@ +--- +title: Legal compliance +description: Learn how to configure your legal compliance settings in the Clerk Dashboard. +--- + +Clerk provides a legal compliance setting that allows you to require users to agree to your terms of service or privacy policy before they can sign up to your application. After enabling the setting, there will be a checkbox to accept the terms in your [`` component](/docs/components/authentication/sign-up) or [Account Portal sign-up page](/docs/customization/account-portal/overview#sign-up). + +To configure the setting: + +1. In the Clerk Dashboard, navigate to the [Legal](https://dashboard.clerk.com/last-active?path=compliance/legal) page. +1. Enable or disable **Require express consent to legal documents**. diff --git a/docs/authentication/configuration/legal-consent.mdx b/docs/authentication/configuration/legal-consent.mdx deleted file mode 100644 index eceefb3774..0000000000 --- a/docs/authentication/configuration/legal-consent.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Express consent to legal documents -description: Learn how to enable legal consent to your application by configuring Clerk's express consent to legal documents. ---- - -Clerk provides a way to add legal consent to your application by configuring express legal consent. This feature allows you to require users to agree to your terms of service or privacy policy before they can sign up to your application. - -## How to enable express express consent to legal documents - -To enable express legal consent, you need to create a legal consent document in the Clerk Dashboard. You will have to navigate to **Compliance > Legal** section in the dashboard, you can enable the express consent to legal documents and provide the URLs to your terms of service and privacy policy. Now if you navigate to the sign-up page, you will see a checkbox that requires users to agree to your terms of service and privacy policy before they can sign up! diff --git a/docs/manifest.json b/docs/manifest.json index 93fa22682a..4ab96626aa 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -352,8 +352,8 @@ "href": "/docs/authentication/configuration/restrictions" }, { - "title": "Legal consent", - "href": "/docs/authentication/configuration/legal-consent" + "title": "Legal compliance", + "href": "/docs/authentication/configuration/legal-compliance" } ] ]