> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leaderos.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Google reCAPTCHA

> Protect your website from spam and abuse while letting real people pass through with ease.

### How to enable Google reCAPTCHA in your website?

1. Go to **Dashboard > Settings > System Settings**. Scroll down to the **Google reCAPTCHA** section.
2. Enable the **Google reCAPTCHA** option.
3. Choose the pages where you want to enable Google reCAPTCHA.
4. Enter your **Site Key** and **Secret Key**. Here's how you can get your keys:
   * Go to [Google reCAPTCHA](https://www.google.com/recaptcha/admin/create) and sign in with your Google account.
   * Register your website by entering the label, choosing the reCAPTCHA type, and entering your domain. Here's how you can do it:
     * **Label**: Enter a label for your website.
     * **reCAPTCHA type**: Choose the **"Challenge (v2)"** and **"I'm not a robot" tickbox**.
     * **Domains**: Enter your domain.
   * Click on **Submit** and you will get your **Site Key** and **Secret Key**.

<img src="https://mintcdn.com/leaderos/RSiB1c7CNJn9Y9yJ/images/integrations/register-google-recaptcha.png?fit=max&auto=format&n=RSiB1c7CNJn9Y9yJ&q=85&s=860b8060db0b06b029d4036fe8fba4cb" alt="Image" width="1300" height="1282" data-path="images/integrations/register-google-recaptcha.png" />

### How to change the reCAPTCHA theme?

If your theme supports it, you can change the reCAPTCHA theme to **Light** or **Dark** on the **Dashboard > Appearance > Theme Settings**.

### How to fix entering wrong reCAPTCHA keys or choose wrong reCAPTCHA version/type?

If you have entered the wrong reCAPTCHA keys or choose wrong reCAPTCHA version/type, you can't log in to the Dashboard. You can fix this by following these steps:

1. Go to phpMyAdmin or any other database management tool.
2. Choose your database where you have installed the website.
3. Find the **Settings** table.
4. Find the **recaptchaPublicKey** row. Change the value to your correct **Site Key**.
5. Find the **recaptchaPrivateKey** row. Change the value to your correct **Secret Key**.
