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 LogalDeveloper and want to change my display name to Logal, 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.
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 `LogalDeveloper` and want to change my display name to `Logal`, 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.