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.
Moderator and Admin can view Inbox of any user
How to disable it?
0
Comments
Search your /conf/config.php for
$Configuration['Conversations']['Moderation']['Allow'] = true;
. If you find it, changetrue
tofalse
.If you do not find it, add
$Configuration['Conversations']['Moderation']['Allow'] = false;
to the config.Thank you! It works.