[RSS Feed/News] Captcha validation is not correct for creating new thread

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
We activated for guests to post new threads before login or registering. But after activation Captcha validation wasn't working. Because in the code "src/XF/Pub/Controller/Forum.php" file and "actionPostThread" method line "878" should check only "$this->captchaIsValid" or not. But it also checks user id for guest. That's why it's not working the correct way.
Code:

Code:
if (!$this->captchaIsValid() && !$isPreRegThread)
{
    return...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom