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?

Comments

  • R_JR_J Admin

    Search your /conf/config.php for $Configuration['Conversations']['Moderation']['Allow'] = true;. If you find it, change true to false.
    If you do not find it, add $Configuration['Conversations']['Moderation']['Allow'] = false; to the config.

  • Thank you! It works.

Sign In or Register to comment.