Appearance
How to Configure reCAPTCHA
Last update: 02 Nov 2024
Google reCAPTCHA helps protect your application from spam and automated abuse.
Step 1: Create a reCAPTCHA
Visit the Google reCAPTCHA Console:
https://www.google.com/recaptcha/admin/create
Create a reCAPTCHA v2 Checkbox and copy your:
- Site Key
- Secret Key

Step 2: Configure reCAPTCHA in the Admin Panel
Log in to your AI Tools Admin Panel and navigate to:
Settings -> General Settings -> Webtools and Google Configuration Settings
Enter your:
- Site Key
- Secret Key
Enable reCAPTCHA, then click Update Changes.

Step 3: Configure reCAPTCHA in the .env File (Optional)
If you prefer, you can also configure the keys directly in your .env file.
Update your Site Key and Secret Key, then save the file.

Step 4: Disable reCAPTCHA (Optional)
If you do not want to use Google reCAPTCHA, navigate to:
Settings -> General Settings -> Webtools and Google Configuration Settings
Set reCAPTCHA Enable to OFF, then click Update Changes.

