teephe

Captccha on Contact Us Page

  • Thread starter Thread starter teephe
  • Start date Start date
@teephe
Open file:
src\XF\Pub\Controller\Misc.php

Find:
$forceCaptcha = \XF::visitor()->user_state != 'valid';

Replaced by:
$forceCaptcha = true;
 
Back
Top Bottom