public function forumUnban(int $userId): RedirectResponse
    {
        $user = $this->getUserObject($userId);
        if (!$user->getForumBan()) {
            $this->addFlash('error', 'User is not forum banned');