- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 25,007
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 29
- محل سکونت
- England
- وب سایت
- xenforo.xyz
When a user attempts to register via a connected account at GitHub OAuth, and the chosen username already exists in
The registration form accepts the input, passes validation, and only fails at the
xf_user, XenForo throws an unhandled XF\Db\DuplicateKeyException (MySQL error 1062) instead of returning a user-friendly validation error.The registration form accepts the input, passes validation, and only fails at the
INSERT stage, resulting in a logged server error visible to admins and a broken experience for the end user.