XF 2.0 Captchas

Lukas W.

Well-known member
What's the best way to provide a new captcha supplier? Unlike connected account and payment providers, there doesn't seem to be a database table related to them.
 
You essentially just need to create a captcha class in your add-on, so Your\AddOn\Captcha\YourCaptcha and then add a template modification to the option_template_captcha template.

The option value should be the short class name, e.g. Your\AddOn:YourCaptcha.
 
Top Bottom