kyngs / LibreLogin

Open-source, multiplatform, and highly customizable authentication plugin with outstanding features and API.
Mozilla Public License 2.0
170 stars 54 forks source link

nLogin Migrator FIX #278

Open LucaFontanot opened 2 months ago

LucaFontanot commented 2 months ago

nLogin uses Bcrypt and the table schema is

CREATE TABLE nlogin (ai INTEGER PRIMARY KEY, `last_name` VARCHAR(255) NOT NULL, `unique_id` VARCHAR(32) UNIQUE, `mojang_id` VARCHAR(32) UNIQUE, `bedrock_id` VARCHAR(32) UNIQUE, `password` VARCHAR(255), `last_ip` VARCHAR(60) DEFAULT '127.0.0.1', `last_seen` TIMESTAMP, `creation_date` TIMESTAMP, `email` VARCHAR(255), `discord` VARCHAR(255), `settings` TEXT)