Skip to content
On this page

Captcha

  • Captcha: Enable or disable captcha on the website.

  • Captcha Type: by default it support Turnstile, and HCaptcha.

Custom Captcha Type

  • In addition to the added providers you can create your own provider. First you need to go to /src/Services/Captcha/ , this directory contains chat providers.

You can added your provider with these functions required in the class.

php
public function form()

public  function show()

public function script()

public function verify($content)