Elytrium / LimboAuth

Minecraft Auth System for Velocity proxy built in virtual server (Limbo). Built with LimboAPI.
GNU Affero General Public License v3.0
181 stars 74 forks source link

[BUG] Exception when entering a 71+ character password in login command #171

Open xllifi opened 3 months ago

xllifi commented 3 months ago

Describe the bug Player is kicked without a clear reason after trying to enter 71+ character password.

To Reproduce Steps to reproduce the behavior:

  1. Register
  2. Log out
  3. Try logging in using a long (71+ chars) password

Expected behavior A chat error is displayed to the player.

Actual behavior The player is kicked without a clear reason.

Server Info (please complete the following information): Limbo plugins versions: limboauth 1.1.14 limboapi 1.1.24

/velocity dump link https://hst.sh/ahihufageg.json

dovisp commented 2 weeks ago

A quote from the plugins config.yml # Max password length for the BCrypt hashing algorithm, which is used in this plugin, can't be higher than 71. You can set a lower value than 71. max-password-length: 71