我们有一些管理员负责管理我们的 Discourse 论坛。但是,当我们查看被邀请的用户(即被邀请加入论坛,而不仅仅是被邀请加入某个主题的用户)时,每个人只能看到自己发出的邀请。是否有任何管理员可以查看所有待处理的用户邀请,无论这些邀请是由谁发出的?
(如果这个问题有更好的发布位置,请告诉我,我找不到特别相关的话题)
谢谢!
You can get a list of all invites that have been sent from your site on the Admin / Emails / Sent page. Enter “invite” into the Email Type input at the top of the page to filter the results for invites.
There is no where on the Discourse user interface where you can see pending invites for users other than yourself.
You could get a list from the data explorer plugin, which I believe requires Business class service to have access to. There could be an example query in What cool data explorer queries have you come up with?.
Of course, so simple! Thank you @simon