# Is anonymous posting possible?

**URL:** https://meta.discourse.org/t/is-anonymous-posting-possible/66453
**Category:** Support
**Created:** [7월 19, 2017, 5:39오후 UTC](https://meta.discourse.org/t/is-anonymous-posting-possible/66453 "2017-07-19T17:39:03Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [7월 20, 2017, 3:38오전 UTC](https://meta.discourse.org/t/is-anonymous-posting-possible/66453/5 "2017-07-20T03:38:03Z")

</div>

You’re right – this query of yours will do that:

```
SELECT users.username
 , user_custom_fields.value
FROM users
JOIN user_custom_fields
ON users.id = user_custom_fields.user_id
OR users.id = CAST( user_custom_fields.value AS int )
WHERE user_custom_fields.name LIKE 'shadow_id'
ORDER BY user_custom_fields.value

```

There is no obvious way through the UI though.

---

_[View the full topic](https://meta.discourse.org/t/is-anonymous-posting-possible/66453)._
