- Issue created by @Shamrockonov
This is very particularly like 🐛 Unhandled exception when trying to register a duplicate username with different case Needs review .
- Assigned to larowlan
- Issue was unassigned.
- Status changed to Needs review
9 months ago 10:02pm 7 February 2024 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Was expecting this would also impact username, as it also uses that constraint - but we have a unique key on name for the users table, so instead if causes a fatal (SQL) exception - so still an issue.
Added tests and fix for both cases.
- Assigned to divya.sejekan
- 🇮🇳India divya.sejekan
I verified for the use cases given above. The fix is working - Error message are displayed 'The email address EMAIL@TEST.COM is already taken.'
Testing Steps :
1. Creating user with Email@test.com
2. Verify when used different cases such as eMail@test.com , EMAIL@test.com - error message must be displayed
3. Verify when used same case Email@test.com with different usernames - - error message must be displayedCan be moved to RTBC++
Keeping this in need review for further reviews.
- Issue was unassigned.
- Status changed to Needs work
9 months ago 5:40pm 8 February 2024 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
🐛 Unhandled exception when trying to register a duplicate username with different case Needs review is in so let's repurpose this