# 员工是否可以查看匿名帖子的真实作者

**URL:** https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488
**Category:** Feature
**Tags:** anonymous-mode
**Created:** [2015年九月20日 03:01 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488 "2015-09-20T03:01:34Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Un3qual](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/un3qual/32/116194_2.png) [@Un3qual](https://meta.discourse.org/u/Un3qual)
#### Post date: [2015年九月20日 03:01 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/1 "2015-09-20T03:01:35Z")

</div>

Continuing the discussion from [Anonymous posting mode](https://meta.discourse.org/t/anonymous-posting-mode/4008):

> [@winr0ar](#):
>
> Could we get the anonymous posting mode turned on (preferably on certain “categories”), if the forum administrator decides to?
> 
> Or at least, allowing logged in members to post anonymously (forum administrators can still ban that username, but the post will appear as anonymous to every other members).
> 
> That’d be sweet.

I am using discourse for a school, and students like to give teachers anonymous feedback without being scared that teachers will know who it is, and dislike them, however the principal needs to be able to see someone if they make an inappropriate post.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [2015年九月20日 17:58 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/2 "2015-09-20T17:58:45Z")

</div>

Hmm, I thought that a link to the main account should be exposed under “Show Email” but it isn’t.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2015年九月20日 19:02 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/3 "2015-09-20T19:02:39Z")

</div>

> [@Un3qual](#):
>
> anonymous feedback without being scared

> [@Un3qual](#):
>
> , however the principal needs to be able to see someone

Does not compute.

I think that anonymous shoud at least try to be anonymous, if not you should out a big red warning saying otherwise.

---

<div class="post-metadata">

### Author: ![Un3qual](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/un3qual/32/116194_2.png) [@Un3qual](https://meta.discourse.org/u/Un3qual)
#### Post date: [2015年九月20日 19:04 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/4 "2015-09-20T19:04:14Z")

</div>

In my case the information would never go to the teachers, just to the appropriate administrators.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2015年九月20日 19:08 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/5 "2015-09-20T19:08:37Z")

</div>

I believe you, and I know its easy to find the real anonymous throug nginx logs, but if the Discourse itself make it easy the student **needs** to be warned. And the warning alone will make you loose a lot of valuable feedback, making all the feature useless.

---

<div class="post-metadata">

### Author: ![Un3qual](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/un3qual/32/116194_2.png) [@Un3qual](https://meta.discourse.org/u/Un3qual)
#### Post date: [2015年九月20日 20:30 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/6 "2015-09-20T20:30:20Z")

</div>

Yeah I see your point. I guess if it’s a real issue, I could just look at IPs.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015年九月20日 21:08 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/7 "2015-09-20T21:08:18Z")

</div>

You can run a query with [data explorer](https://meta.discourse.org/t/data-explorer-plugin/32566) to see it if you need to.

---

<div class="post-metadata">

### Author: ![Isla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/isla/32/521525_2.png) [@Isla](https://meta.discourse.org/u/Isla)
#### Post date: [2025年六月8日 13:15 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/8 "2025-06-08T13:15:26Z")

</div>

大家好！我想知道现在管理员识别匿名发帖者的权限是否已更改？

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2025年六月8日 13:40 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/9 "2025-06-08T13:40:10Z")

</div>

我认为数据浏览器查询仍然是推荐的方式。

或许像这样简单一些：

```sql
-- [params]
-- user_id :user

SELECT user_id,
       master_user_id
FROM anonymous_users 
WHERE user_id = :user

```

不过，确切的查询可能取决于您需要这些信息做什么。

---

<div class="post-metadata">

### Author: ![satonotdead](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/satonotdead/32/447830_2.png) [@satonotdead](https://meta.discourse.org/u/satonotdead)
#### Post date: [2025年六月8日 17:52 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/10 "2025-06-08T17:52:09Z")

</div>

匿名就是匿名；该功能提到它是“假名”（实际上并非真正匿名，如文中所述）。

我希望 Discourse 能提供一个[匿名使用选项](https://meta.discourse.org/t/using-discourse-without-ip-logins/369313/1)，正如本主题中所要求的。

> 起点应该是不要记录 IP 地址，并[模仿简单的匿名用户](https://meta.discourse.org/t/enable-and-configure-anonymous-mode/155638/20?u=satonotdead)行为。

_我喜欢从使用正确的词语和含义开始，包括“匿名”或“私密”。_
