Changing display name to one already in use by another user throws an internal server error #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you attempt to change your display name to something that another user is using or has the IGN of, it throws an error 500.
Let's say for example I am user
LogalDeveloperand want to change my display name toLogal, but another user already has that as their IGN. What was expected to happen was the website show an error banner saying that the name is already in use, but what actually happens is the web server returns an error 500.Solved in commit
5f17385.