XF 2.2 Turn off hcaptcha in 2.2.8 PL 1?

frm

Well-known member
I'm running a dev server and testing guest posts. It requires an hCaptcha to post there.

I went to ACP and search "Captcha" and see this:
1725541576049.webp

But, it's nowhere on the page to "enable" or disable.

1725541683761.webp

Is there a config variable to disable captcha in 2.2.8, do I need to modify all templates with it, and if I do edit it out of the templates, would it reject the message because no captcha was solved?
 
That doesn't do anything. I saw the link source and went to /admin.php?account/toggle-advanced to see if I could see them directly, but it says "This action is available via POST only. Please press the back button and try again."
 
This shows up in the console when I click the link:
Code:
core-compiled.js?_v=086584e2:144 Uncaught TypeError: m[p]._onEvent is not a function
    at c (core-compiled.js?_v=086584e2:144:325)
    at HTMLAnchorElement.<anonymous> (core-compiled.js?_v=086584e2:148:155)
    at HTMLDocument.dispatch (jquery-3.5.1.min.js?_v=086584e2:2:43090)
    at v.handle (jquery-3.5.1.min.js?_v=086584e2:2:41074)
 
Back
Top Bottom