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
Thanks for making this package/extension. One request though: It would be great if we can add Turnstile validation to the User:Register_Form. That prevents any bots from account creation spam.
I've already looked into this. In src/Fieldtypes/TurnstileFieldtype.php$selectable must be set to true. And the actual verification needs to be done. I think this can be done by adding a listener on \Statamic\Events\UserRegistering, but I'm not familiar enough with Statamic to know if that's the correct way to do it.
The text was updated successfully, but these errors were encountered:
Hey,
Thanks for making this package/extension. One request though: It would be great if we can add Turnstile validation to the
User:Register_Form
. That prevents any bots from account creation spam.I've already looked into this. In
src/Fieldtypes/TurnstileFieldtype.php
$selectable
must be set to true. And the actual verification needs to be done. I think this can be done by adding a listener on\Statamic\Events\UserRegistering
, but I'm not familiar enough with Statamic to know if that's the correct way to do it.The text was updated successfully, but these errors were encountered: