Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Should anonymous users be able to create a new discussion (in a category)?
In my config, I can't get an anonymous user to create a new discussion in a category.
If I change class.form.php from:if ($Category['CategoryID'] <= 0 || !$Category['PermsDiscussionsAdd'])
toif ($Category['CategoryID'] <= 0)
then I can.
It seems somehow I need the anonymous user (UserID=0) to have the permission to add a discussion to a category.
Is there a nice fix to this?
Tagged:
0