Anonymous Plugin

Hi,
I’m setting up discourse to be used as a discussion board for a school. One of the requested features was students can make a post where they appear as anonymous to other students but teacher is aware of the individual that made the post.
I was wondering if there was any plugin to this effect or any suggestions on how to achieve this.

Thanks

Hi there,
You don’t need a plugin – anonymous posting is part of core. You can try it out yourself here. Click the spy icon from the avatar dropdown menu. In your own community you need to ensure that you have anonymous posting enabled in your site settings.

Normal users can’t see that button on Meta

I don’t think this bit is possible as part of core?:

Damn it. I always forget that. You’re right.

It is if the teacher is an admin. You can do an IP compare (which almost always works…). Come to think of it, that might be an issue in educational institutions if the users are grouped on a common IP.

Yes, grouping under a common IP would be an issue. Do you have any other suggestions on how admin could be made aware of the individual who make an anonymous post?

Thanks

Impersonate and switch should work

Please, could you elaborate on this?

As an admin you can impersonate the anonymous user:

Now you are the anonymous user:

and if you click on that icon you will return to be the original user (not anonymous) who wrote the message.

It looks like there’s a data explorer query for this as well:

Thank you for your explanation

Quick question
Is it possible for two people to share a single anonymous account? The reason I’m asking is if it’s possible, then the impersonate and switch might not be too effective.

Thanks

No, because every anonymous user have a different (autogenerated) email like this for example 1b2c3d4e5f6g@anon.your-site.com

Ciao, Dax!
First of all, congratulations on joining the Team :discourse: ! As you seem to know functioning of anonymous mode pretty well, perhaps you’ll be able to tell me - is it possible to alter i.e. via plugin this very behaviour? That is, having only one @anonymous user serving as anonypuppet for all users?

Thanks @MakaryGo!

If I understand your request you would like to create a unique user, for example Anon1, and make sure that all anonymous users on your forum write as Anon1 .

From an administrative point of view I do not think it’s a good idea. How could an administrator or moderator trace the identity of a user in case of problems?
How can users themselves understand who wrote what and respond accordingly?

BTW through the plugins you can do pretty much everything, including overriding the logic that uses Discourse in creating anonymous users. You should open a new topic on dev and explain exactly what you would like to do and especially why, to get more information from the experts.

我试过了,但没有结果。


下面的链接也是:
有人知道我的问题出在哪里吗?提前感谢。

我添加了一个适用于 Discourse v2.3 及更高版本的查询,详见:Finding originating account of anonymous posts - #8 by gerhard

截图中显示的按钮是否仍然可用?如果我能立即切换回来,那在冒充其他用户时将非常有用。

非常感谢,它有效。

这专门针对匿名模式。点击该按钮会带你回到帖子/主题的原作者,但你无法返回到你的管理员账户。

目前,为了避免在冒充用户(匿名或非匿名)后登出,然后再登录到你的管理员账户,最简单的方法是在匿名浏览器窗口中冒充该用户。

不过,匿名模式在我们所有托管的站点上默认是禁用的。要启用它,你需要通过发送邮件(或私信)向我们提出申请。

非常感谢您的澄清!我一定会照做。