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.