AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
616 stars 514 forks source link

issue with converting from loginsecurity #2822

Closed vipvenom closed 3 months ago

vipvenom commented 3 months ago

What behaviour is observed?

everything works fine except when i login it shows wrong password when it isnt after i converted it from loginsec

Expected behaviour

i mean after the conversion , i should be able to login with old pass right?

To Reproduce

/authme converter loginsecurity

Plugin list

[21:55:04 INFO]: Bukkit Plugins: (52): [21:55:04 INFO]: - AdvancedRegionMarket, AltDetector, AngelChest, AnimatedScoreboard, AuraSkills, AuthMe, BlockLocker, ChatReaction, Citizens, ClansLite [21:55:04 INFO]: CMI, CMIEInjector, CMILib, CoreProtect, Customplaceholder, DeathTax, DeluxeMenus, DiscordSRV, Elevator, ExcellentCrates [21:55:04 INFO]: EZColors, floodgate, Geyser-Spigot, GriefPrevention, IllegalStack, Images, InteractiveChat, InteractiveChatDiscordSrvAddon, Jobs, LuckPerms [21:55:04 INFO]: Multiverse-Core, NexEngine, NoteBlockAPI, PlaceholderAPI, PlayerAuctions, PluginHiderPlus, PlugManX, ProtocolLib, QuickShop, SafariNet [21:55:04 INFO]: SkinsRestorer, spark, TAB, UltimateAntiBot, Vault, ViaBackwards, ViaVersion, VoidGen, Votifier, VotingPlugin [21:55:04 INFO]: WorldEdit, WorldGuard

Server Implementation

Standalone server (no proxy)

Database Implementation

SQLite

AuthMe Version

latest stable build

Error log (if applicable)

no errors

Configuration

no need of it

krusic22 commented 3 months ago

Did you set the correct legacy hash?

vipvenom commented 3 months ago

how to?

Did you set the correct legacy hash?

krusic22 commented 3 months ago

Set: legacyHashes: ['BCRYPT'] In the AuthMe config.

vipvenom commented 3 months ago

thx , fixed it