# حدث خطأ ما، ربما هذا البريد الإلكتروني مسجل بالفعل، جرب رابط نسيت كلمة المرور.

**URL:** https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954
**Category:** Bug
**Created:** [30 أكتوبر 2023، 11:09م UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954 "2023-10-30T23:09:07Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![n1bff](https://avatars.discourse-cdn.com/v4/letter/n/e95f7d/32.png) [@n1bff](https://meta.discourse.org/u/n1bff)
#### Post date: [30 أكتوبر 2023، 11:09م UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/1 "2023-10-30T23:09:07Z")

</div>

لا يمكن للمستخدمين تسجيل حسابات جديدة في منتدياتي.

بعد ملء نموذج التسجيل والنقر على “إنشاء حسابك”، يحصل مربع الحوار على شريط رأس أحمر مع الرسالة

> حدث خطأ ما، ربما هذا البريد الإلكتروني مسجل بالفعل، جرب رابط “نسيت كلمة المرور”

يحدث هذا مع أي عنوان بريد إلكتروني. ليس لدي أي نطاقات بريد إلكتروني محظورة.  
يعرض سجل شبكة المتصفح طلبًا إلى [https://example.com/u](https://example.com/u) يتلقى خطأ `400` والاستجابة `{"errors":["param is missing or the value is empty: email"]}`

[https://example.com/logs/](https://example.com/logs/) لا يعرض شيئًا ذا صلة على ما أعتقد، ربما بعض أخطاء `Job exception: Net::SMTPServerBusy` من 3 ساعات مضت.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [31 أكتوبر 2023، 12:18ص UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/2 "2023-10-31T00:18:31Z")

</div>

يمكنني أيضًا تكرار ذلك.

هناك تراجع في هذا السحب من الأمس.

> <https://github.com/discourse/discourse/pull/24098>
>
> plugin/theme-breaking changes:
> 
> 1. \`controller:create-account\` is gone (use \`c…omponent:modal/create-account\` in modifyClass, \*\*if\*\* absolutely necessary)
> 2. \`create-account-body\` css class is gone (target \`.d-modal.create-account\` or any of the inner classes: \`.modal-outer-container\`, \`.modal-middle-container\`, \`.modal-inner-container\`, or \`.modal-body\`)

* * *

المشكلة هنا:

في `performAccountCreation()`، تحتوي سمات `attrs` للاسم والبريد الإلكتروني واسم المستخدم على خصائص اسم مع `model.` ويتم تمريرها إلى `User.createAccount(attrs)`.

> <https://github.com/discourse/discourse/blob/7a1a1620098cb3ee37676d09d08831a2661b58f4/app/assets/javascripts/discourse/app/components/modal/create-account.js#L376-L403>

ومع ذلك، فإن `createAccount` لا تتوقع ذلك، مما يؤدي إلى بيانات فارغة.

> <https://github.com/discourse/discourse/blob/08deedfd6eef68a4cb71e9a66a496dca31d98d5e/app/assets/javascripts/discourse/app/models/user.js#L1281-L1290>

---

<div class="post-metadata">

### Author: ![cvx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cvx/32/152146_2.png) [@cvx](https://meta.discourse.org/u/cvx)
#### Post date: [31 أكتوبر 2023، 12:57ص UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/3 "2023-10-31T00:57:09Z")

</div>

عذرًا على ذلك! سيتم إصلاحه قريبًا: [https://github.com/discourse/discourse/pull/24169](https://github.com/discourse/discourse/pull/24169)

---

<div class="post-metadata">

### Author: ![n1bff](https://avatars.discourse-cdn.com/v4/letter/n/e95f7d/32.png) [@n1bff](https://meta.discourse.org/u/n1bff)
#### Post date: [31 أكتوبر 2023، 8:37ص UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/4 "2023-10-31T08:37:34Z")

</div>

شكراً، الترقية أصلحت المشكلة.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [31 أكتوبر 2023، 2:13م UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/5 "2023-10-31T14:13:45Z")

</div>

فقط كمرجع، قام جاريك بإصلاحه هنا شكرًا! 👍

> <https://github.com/discourse/discourse/pull/24169>
>
> Regressed in 351cbab1a8568c06e138cf5d31fa66552c3ef352

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [1 نوفمبر 2023، 8:00ص UTC](https://meta.discourse.org/t/something-went-wrong-perhaps-this-email-is-already-registered-try-the-forgot-password-link/283954/6 "2023-11-01T08:00:25Z")

</div>

تم إغلاق هذا الموضوع تلقائيًا بعد 23 ساعة. لم يعد يُسمح بالردود الجديدة.
