LimboAuth icon indicating copy to clipboard operation
LimboAuth copied to clipboard

[BUG] ARGON2

Open Redapple-one opened this issue 4 months ago • 0 comments

Once inputted wrong password, server shows "Disconnected" and kicks the player When hash set to ARGON2

  1. Install limboauth
  2. Change hash to ARGON2

Server Info

Image
{
  "versionInfo": {
    "name": "Velocity",
    "vendor": "Velocity Contributors",
    "version": "3.4.0-SNAPSHOT (git-d2d333a9-b528)"
  },
  "platform": {
    "operatingSystemType": "Windows 10",
    "operatingSystemVersion": "10.0",
    "operatingSystemArchitecture": "amd64",
    "javaVersion": "21.0.8",
    "javaVendor": "Azul Systems, Inc.",
    "listener": {
      "listenerType": "NIO",
      "compression": "Java",
      "encryption": "Java"
    }
  },
  "config": {
    "bind": "0.0.0.0:25565",
    "motd": "\u003c#09add3\u003eA Velocity Server",
    "showMaxPlayers": 500,
    "onlineMode": true,
    "preventClientProxyConnections": false,
    "playerInfoForwardingMode": "NONE",
    "announceForge": false,
    "onlineModeKickExistingPlayers": false,
    "pingPassthrough": "DISABLED",
    "samplePlayersInPing": false,
    "advanced": {
      "compressionThreshold": 256,
      "compressionLevel": -1,
      "loginRatelimit": 3000,
      "connectionTimeout": 5000,
      "readTimeout": 30000,
      "proxyProtocol": false,
      "tcpFastOpen": false,
      "bungeePluginMessageChannel": true,
      "showPingRequests": false,
      "failoverOnUnexpectedServerDisconnect": true,
      "announceProxyCommands": true,
      "logCommandExecutions": false,
      "logPlayerConnections": true,
      "acceptTransfers": false,
      "enableReusePort": false,
      "commandRateLimit": 50,
      "forwardCommandsIfRateLimited": true,
      "kickAfterRateLimitedCommands": 0,
      "tabCompleteRateLimit": 10,
      "kickAfterRateLimitedTabCompletes": 0
    },
    "query": {
      "queryEnabled": false,
      "queryPort": 25565,
      "queryMap": "Velocity",
      "showPlugins": false
    },
    "enablePlayerAddressLogging": true,
    "forceKeyAuthentication": true,
    "servers": {
      "factions": {
        "currentPlayers": 0,
        "host": "127.0.0.1",
        "port": 30067
      },
      "lobby": {
        "currentPlayers": 0,
        "host": "127.0.0.1",
        "port": 30066
      },
      "minigames": {
        "currentPlayers": 0,
        "host": "127.0.0.1",
        "port": 30068
      }
    },
    "connectOrder": [
      "lobby"
    ],
    "forcedHosts": {
      "minigames.example.com": [
        "minigames"
      ],
      "lobby.example.com": [
        "lobby"
      ],
      "factions.example.com": [
        "factions"
      ]
    }
  },
  "plugins": [
    {
      "id": "velocity",
      "name": "Velocity",
      "version": "3.4.0-SNAPSHOT (git-d2d333a9-b528)",
      "authors": [
        "Velocity Contributors"
      ],
      "description": "The Velocity proxy",
      "url": "https://papermc.io/software/velocity"
    },
    {
      "id": "limboapi",
      "name": "LimboAPI",
      "version": "1.1.27-SNAPSHOT (git-c463aeb)",
      "authors": [
        "Elytrium (https://elytrium.net/)"
      ],
      "description": "Velocity plugin for making virtual servers.",
      "url": "https://elytrium.net/"
    },
    {
      "id": "limboauth",
      "name": "LimboAuth",
      "version": "1.1.14",
      "authors": [
        "Elytrium (https://elytrium.net/)"
      ],
      "url": "https://elytrium.net/",
      "dependencies": [
        "limboapi",
        "floodgate"
      ]
    },
    {
      "id": "limbofilter",
      "name": "LimboFilter",
      "version": "1.1.19",
      "authors": [
        "Elytrium (https://elytrium.net/)"
      ],
      "url": "https://elytrium.net/",
      "dependencies": [
        "limboapi"
      ]
    }
  ]
}

Redapple-one avatar Aug 31 '25 10:08 Redapple-one