You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/panel/optional-config.mdx
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,23 +78,17 @@ If you're using Cloudflare's Flexible SSL you should set `TRUSTED_PROXIES` to co
78
78
79
79
You can easily do this on the Settings page in the Panel.
80
80
81
-
## reCAPTCHA
81
+
## Captcha
82
82
83
-
The Panel uses invisible reCAPTCHA to secure the login page from brute-force attacks. If the login attempt is considered suspicious, users may be required to perform a reCAPTCHA challenge.
83
+
The Panel has options to enable captcha to secure the login page from brute-force attacks. By default only Cloudflare Turnstile is available.
84
84
85
-
### Configuring reCAPTCHA
85
+
### Disable Captcha
86
86
87
-
While we provide a global Site Key and Secret Key by default, we highly recommend changing it for your own setup.
87
+
If you cannot access your panel, you have to modify the `.env` directly to disable it.
88
88
89
-
You can generate your own keys in the [reCAPTCHA Admin Console](https://www.google.com/recaptcha/admin).
89
+
Edit the `.env` in the panel's root directory `/var/www/pelican/` and change the value of `CAPTCHA_TURNSTILE_ENABLED` to `false`.
90
90
91
-
The keys can then be applied using the Settings in the Panel.
92
-
93
-
#### Disabling Recaptcha
94
-
95
-
If you cannot access your panel, you can modify the `.env` directly to disable it.
96
-
97
-
Edit the `.env` in the panel's root directory `/var/www/pelican/` and change the value of `RECAPTCHA_ENABLED` to `false`.
91
+
After that run `php artisan config:clear` to refresh the config cache.
0 commit comments