Discord: user with same name cannot be created
-
On Discord, multiple people can have the same name but there is a 4 digit discriminator to make the difference.
If a ‘user1’ (Discord name user1#4567) is already existing in the database and another user1 (Discord name user1#1122) wants to join, the below error appears.
For the creation of the nickname, it might be a good idea to add the discriminator at the end (not sure if the # is accepted).
Error:
WP_Error Object ( [errors] => Array ( [existing_user_email] => Array ( [0] => Sorry, that email address is already used! ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) )
Error Code 5: There was an error in registration. Please contact your administrator.
The topic ‘Discord: user with same name cannot be created’ is closed to new replies.