marcsello / ezotv

Website hosted at ezotv.marcsello.com
https://ezotv.marcsello.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Minecraft username matching is Case Sensitive #1

Open marcsello opened 4 years ago

marcsello commented 4 years ago

The minecraft usernames constraint is case sensitive. Since minecraft usernames are case insensitive, this could lead to allowing two members to set the same name.

The syncronization script would fail anyways. But it should be checked prevented on the web end as well.

marcsello commented 4 years ago

Since this constraint lives on the database level. This is really is just up to the correct database settings.