CaptchaFormField sollte supportsAsyncCaptcha unterstützen

  • App
    WoltLab Suite Core

    Aktuell kann mit CaptchaFormField nicht direkt das invisible Captcha genutzt werden. Wäre schön, wenn das unterstützt werden würde.


    Mit diesem Code funktioniert es auch, aber eben nicht "direkt".

    PHP
    WCF::getTPL()->assign('supportsAsyncCaptcha', true);
            $this->form->appendChild(
                CaptchaFormField::create('captcha')
                    ->objectType(CAPTCHA_TYPE)
            );

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!