Allow “Name" field to be disabled in registration dialog

Continuing the discussion from Can't remove Real Name if Admin disables them:

(Apologies if this belongs in UX)

Feature request: Allow the Name field to be disabled on the signup dialog as a settings option.

As per the linked thread, this is to allow more anonymous use, for example when full names are already being hidden throughout the forum.

An alternative way may be, when the "enable names” setting is turned off, do not show the Name field in the signup dialog. (this avoids adding an extra setting).

Hopefully that makes sense…

This is kind of the opposite to Making the name field required or removing it?

Can’t you simply hide it with a CSS override? It is already optional.

「いいね!」 2

Yes, I believe it could be solved in this way. The reason I suggest a change in behaviour is that it feels wrong that when you disable all uses of the full name it is still gathered. Hence I’m not sure if this is actually a UX thing.

Good point, which exact site settings should this be keyed off of?

I would suggest the “enable names” setting in the “Users” panel (at least in 1.2 it is).

当インスタンスでは、個人を特定できる情報(PII)の機微な組み合わせとみなされるメールアドレスと氏名の収集が許可されていない可能性があります。サインアップ時に氏名フィールドを完全に無効化し、オプションフィールドとして表示させない方法はありますか?

メール – 最近この件について話題になりましたが、結論として、メール認証は Discourse に不可欠な要素です。Guerrilla Mail のような使い捨てメールアドレスの利用を促すことは可能かもしれません。

実名 – サイトオプションがない場合(私は実名を使用しているので確認していませんが)、テーマコンポーネントで CSS を使用して、サインアップフォームのその部分を非表示にすることができます。

「いいね!」 1

明らかに、メールは不可欠です。もし名前欄を完全に非表示にして、ユーザーが入力できないようにできれば、それで十分でしょう。

Discourse の CSS 編集プロセスには詳しくありません。Discourse 関連で参考になるドキュメントはありますか?

Making custom CSS changes on your site をご覧ください

「いいね!」 1

これにより、私の登録フォームから名前が非表示になります:

.create-account-form .input-group:nth-of-type(3) {display: none;}

サインアップ時に氏名フィールドを非表示にするオプションが FEATURE: Add option to hide full name input at signup by OsamaSayegh · Pull Request #30471 · discourse/discourse · GitHub で追加されました。
Full name requirement サイト設定で「Optional, hidden at signup」を選択できます。

「いいね!」 5

投稿が新しいトピックに分割されました:登録フォームでメールとユーザー名の入力を統合できますか?