games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

Nickname case-sensitive check #88

Closed EverNife closed 6 years ago

EverNife commented 6 years ago

Example:

A nick EverNife joins the server today. Tomorrow player called everNIFE try to join and he is told that the nick already exists.

This should be usefull to prevent frauds! ( i am having this problem on my network T.T)

games647 commented 6 years ago

It should already prevent it. What is your current version and storage type?

EverNife commented 6 years ago

Plugin: flexiblelogin-0.16.3.jar Sponge: spongeforge-1.10.2-2477-5.2.0-BETA-2691.jar

Note: i will try to update sponge

games647 commented 6 years ago

What's your storage type? SQLite, MySQL or H2?

games647 commented 6 years ago

It should verify that on register.

EverNife commented 6 years ago

So there is no bug, i was thinking it should prevent the player from joining the server.

The problem of not preventing the first join is that it screll up with "tab complete" for offline players.

When i use the tab complete for "ever" i get "EverNife", "EverNIFE", "EverNiFe".

So, could you change the time when the check is made ?