Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoginSecurity import not working properly #2449

Closed
ElTodoFull opened this issue Nov 20, 2021 · 2 comments
Closed

LoginSecurity import not working properly #2449

ElTodoFull opened this issue Nov 20, 2021 · 2 comments

Comments

@ElTodoFull
Copy link

What behaviour is observed?

All players fail to put in their password, even when they are sure, including me.

Expected behaviour

They join with the same password they registered with loginsecurity

To Reproduce

Install Authme and uninstall LoginSecurity.jar (using flatfile, leaving files in the server)
Restart purpur server
Configure authme and enable MySQL database
restart server
run on console: authme converter loginsecurity
Everything seems to be successful

Plugin list

velocity: authmevelocity, botsentry, fastlogin, floodgate, geyser, luckperms, skinsrestorer, spark
Purpur: ArmorStandTools, AsyncWorldEdit, AuthMe, AutoMessager, BlockLocker, BlocksHub, Captcha, ChatSentinel, ChestShop, ClaimChunk, CMILib, CommandHook, ConditionalEvents, ConsoleSpamFix, CoreProtect, CustomCrafting, CustomHeads*, DiscordSRV, dynmap, Essentials, Essentials_WarpGUI, EssentialsSpawn, ExtraContexts, FancyBags, FastLogin, floodgate, FurnitureLib, FurnitureMaker, GHolo, GMusic, Graves, GSit, ImageMaps, Insights, InventoryRollbackPlus, Jobs, KauriVPN, LibsDisguises, LimitCreative, LiteBans, LuckPerms, MessageFilter*, MobBanners, Multiverse-Core, Multiverse-Inventories, Multiverse-NetherPortals, Parkour, PL-Hide, PlaceholderAPI, Plan, PlayerParticles, ProtocolLib, PvPManager, RegionRaid, Shopkeepers, SimplePets, SkinsRestorer, SuperbVote, SuperVanish, TAB, Themis, TreasureChest, TreeGravity, UltraCosmetics, Vault, VentureChat, ViewDistanceTweaks, Votifier, WolfyUtilities, WorldEdit, WorldGuard, WorldGuardExtraFlags, XP-Deposit*

Server Implementation

BungeeCord

Database Implementation

MySQL

AuthMe Version

5.6.0-SNAPSHOT

Error log (if applicable)

No response

Configuration

https://paste.gg/p/anonymous/e6813475dc7446dcaf4bfa848c5ff923

@krusic22
Copy link
Member

After migrating from LoginSecurity using the integrated converter.
You have to add BCRYPT as a legacy hash in the AuthMe config.
Like this:
legacyHashes: ['BCRYPT']

@ElTodoFull
Copy link
Author

After migrating from LoginSecurity using the integrated converter. You have to add BCRYPT as a legacy hash in the AuthMe config. Like this: legacyHashes: ['BCRYPT']

That worked! Thank you so much! :)
I recommend adding that to the import instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants