# min\_trust\_to\_create\_topic affects private messages

**URL:** https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234
**Category:** Bug
**Created:** [2015年十月7日 17:14 UTC](https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234 "2015-10-07T17:14:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![michaeld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michaeld/32/1594_2.png) [@michaeld](https://meta.discourse.org/u/michaeld)
#### Post date: [2015年十月7日 17:14 UTC](https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234/1 "2015-10-07T17:14:00Z")

</div>

One of our customers complained that non-admin users where unable to send private messages.  
Anyone (but admin) trying to message another user got a 403 Forbidden error.

This turned out to be caused by the `min_trust_to_create_topic` setting being set to TL 4. Setting it to a lower trust level solved the issue.

Given how PM’s are implemented, it makes sense. But it seems to me that this wasn’t exactly meant to work this way 😄

The only thing that still puzzles me is that no one seems to have had an issue with this before.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年十月8日 03:37 UTC](https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234/2 "2015-10-08T03:37:42Z")

</div>

Probably a bug, @techapj can you add it to your list?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [2015年十月17日 10:09 UTC](https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234/4 "2015-10-17T10:09:12Z")

</div>

Fixed via:

[https://github.com/discourse/discourse/commit/59a011e6a9a0da1e97476a4f4fe4d7ac0c5c3ead](https://github.com/discourse/discourse/commit/59a011e6a9a0da1e97476a4f4fe4d7ac0c5c3ead)

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [2015年十月17日 10:09 UTC](https://meta.discourse.org/t/min-trust-to-create-topic-affects-private-messages/34234/5 "2015-10-17T10:09:23Z")

</div>


