Details
Details
I would like to make my Phorge installation available to public registration but I'm concerned that it could be spammed with bot accounts.
I would like to add a bot-protection script to my Phorge to my site like Cloudflare Turnstile. Could someone create a task for this feature request?
Implementing Turnstile requires 2 changes:
- Adding a client-side widget to the login page (https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/ )
- Adding a server-side script to handle validation (https://developers.cloudflare.com/turnstile/get-started/server-side-validation/ )
Answers
Answers
This answer has been hidden.
We theoretically have support for Recaptcha, although it's not exactly documented - check the "advanced settings" under "Config", and search for "captcha".
The description says it's about login attempts, but the code looks like would also handle registration attempts.
Want to try it out and see if it solves your problem?
New Answer
New Answer