السماح بتعطيل حقل "الاسم" في مربع حوار التسجيل

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).

في نسختنا، قد لا يُسمح لنا بجمع البريد الإلكتروني واسم الأشخاص، حيث يُعتبر الجمع بينهما بيانات شخصية حساسة. هل توجد طريقة لإلغاء حقل الاسم تمامًا عند التسجيل (دون حتى عرضه كحقل اختياري)؟

البريد الإلكتروني - كانت هناك مواضيع حول ذلك مؤخرًا، والخلاصة هي أن التحقق من البريد الإلكتروني جزء ضروري في Discourse. يُفترض أنه يمكنك تشجيع استخدام عنوان بريد إلكتروني مؤقت، مثل ذلك من Guerrilla Mail.

الاسم الحقيقي - إذا لم تكن هناك خيار في الموقع (لا أعرف ذلك لأنني أستخدم اسمي الحقيقي)، فيمكنك استخدام CSS في مكون السمة لإخفاء هذا الجزء من نموذج التسجيل.

إعجاب واحد (1)

من الواضح أننا لا نستغني عن البريد الإلكتروني، وإذا أمكن إخفاء حقل الاسم بالكامل حتى لا يملئه المستخدمون، فسيكون ذلك كافياً.

أنا غير ملم بعملية تعديل ملفات CSS في منصة Discourse. أين يمكنني العثور على وثائق موثوقة تتعلق بـ 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.
يمكنك اختيار “اختياري، مخفي عند التسجيل” في إعداد الموقع متطلب الاسم الكامل.

5 إعجابات

تم تقسيم المنشور إلى موضوع جديد: هل يمكنك دمج إدخالات البريد الإلكتروني واسم المستخدم في نموذج التسجيل؟