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/ )