Set this to yes. Then go to
\XF\Entity\User
canReport
and replace
PHP:
if (!$this->user_id || !$this->hasPermission('general', 'report'))
with
PHP:
if (!$this->hasPermission('general', 'report'))
Be sure to know that this means everyone could spam report your forum.