games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
498 stars 121 forks source link

FastLogin logging in everytime, even if not registered yet. #271

Open NorteX-dev opened 5 years ago

NorteX-dev commented 5 years ago

What behavior is observed:

Even if the player isn't registered yet, it tries to login him, which results in AuthMe saying that this player isn't obviously registered. I tried deleting FastLogin.db but this still occurs and premium accounts must do /register to then be logged in with that password automatically.

What behavior is expected:

The plugin should register the player with a strong random password and then use it.

Steps/models to reproduce:

No idea. This can be a problem with configuration, but I don't know how to fix it.

Plugin list:

AuthMe, FastLogin, WorldEdit, WorldGuard, Essentials, Skript & addons, ColoredSigns, AnimatedScoreboard, Several Songoda's plugins, ViaVersion, ProtocolLib, a few more, smaller and less impacting plugins.

Environment description

CraftBukkit git-Spigot-db6de12-18fbb24 for 1.8.8 (Implementing API version 1.8.8-R0.1-SNAPSHOT)

Plugin version or build number (don't write latest):

FastLogin v1.100 (latest) AuthMe-Reloaded v5.6.0-beta1 (latest)

Error Log:

No errors. The plugin is working fine as of code issues etc; it just doesn't /register, but instead /logins right away.

Configuration:

https://hastebin.com/otuwixiwam

games647 commented 5 years ago

FastLogin should try to register them once if you have autoRegister, which you do. Please try a newer version of FastLogin, because it's not latest and as I said never write latest.