BjornW
(Björn Wärmedal)
2019 年 5 月 9 日午前 9:07
1
ユーザーたちは、新規ユーザーを招待するためのボタンを見つけるのがあまり簡単ではないと感じていましたが、それは学習が必要なことだと私は受け入れています。
しかし、「フォーラムに新規ユーザーを招待できるのは誰か」という質問を受け、答えられずに困っています。Discourseの信頼レベルに関する投稿 にも、モデレーションガイド にも、そのような情報は見当たりません。フォーラム内でどこかで「信頼されたユーザー」だけが他者を招待できると見たことがありますが(今は見つけられませんが)、「信頼されたユーザー」の定義についての言及はどこにもありません。
このトピック では、信頼レベル2である必要があると明確にされていますが、これを設定可能かどうかという点は残ったままです。設定可能ですか?やはり信頼レベル2のままなのでしょうか?
Yes, you need to be trust level 2 or staff to send invites. This isn’t configurable at the moment, so you’ll need to grant TL2 to any users who need to have this ability.
gh_irina
(Mika)
2020 年 1 月 25 日午後 5:45
3
なぜ「信頼されたユーザー」がここでは tl2 以上、他のところでは tl3 以上と定義されているのかがわかりません。
これをすべて統一することはできないでしょうか?(できれば設定可能にしてくれるとさらに良いのですが!)
Remah
(Just another happy Discourse user)
2020 年 1 月 30 日午後 7:28
4
この問題に関する別トピックへのリンクです。Discourse チームは、サイト設定でこれを設定可能にする予定です:
Discussed internally and we support adding 2 site setting in a PR (containing tests)
min trust to allow invite
min trust to allow pm invite
Added pr-welcome here in case the community want to fast track this, otherwise we will probably get to it in 2.5 or 2.6
すでに一部の設定が可能です:
Setting max_invites_per_day to 0 will disable invites for all users except staff (admins and moderators). I remember making staff immune to max_invites_per_day setting via:
さらに、TL2 以上のユーザーでも招待を作成できない場合、考えられる原因は以下の通りです:
Okay let me explain when all the invites won’t work for a user.
If user’s maximum invites per day is reached. (staff are immune to this limitation)
If SSO enabled.
If local logins are disabled.
If must approve users setting enabled. (staff are immune to this limitation)
If user has trust level below 2. (staff are immune to this limitation)
Moin
2023 年 12 月 19 日午後 12:11
6
ちょうど間に合うようにこの変更が行われました。これにより、信頼レベルに依存しなくなりました。
main ← dev/convert-min-trust-level-to-invite-to-groups
opened 02:57AM - 14 Dec 23 UTC
[Meta](https://meta.discourse.org/t/283408)
### What is this change?
We're… changing the implementation of trust levels to use groups. Part of this is to have site settings that reference trust levels use groups instead. It converts the `min_trust_level_to_allow_invite ` site setting to `invite_allowed_groups`.
Nothing much of note. This is used in one place and there's no fallout.