mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-08 08:57:33 +01:00
Add legacyHashes hint to the LoginSecurity converter #2449
This commit is contained in:
parent
31564d8284
commit
70db362e2a
@ -59,6 +59,8 @@ public class LoginSecurityConverter implements Converter {
|
|||||||
try (Connection connection = createConnectionOrInformSender(sender)) {
|
try (Connection connection = createConnectionOrInformSender(sender)) {
|
||||||
if (connection != null) {
|
if (connection != null) {
|
||||||
performConversion(sender, connection);
|
performConversion(sender, connection);
|
||||||
|
logger.info("LoginSecurity conversion completed! Please remember to set \"legacyHashes: ['BCRYPT']\" "
|
||||||
|
+ "in your configuration file!");
|
||||||
}
|
}
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
sender.sendMessage("Failed to convert from SQLite. Please see the log for more info");
|
sender.sendMessage("Failed to convert from SQLite. Please see the log for more info");
|
||||||
|
Loading…
Reference in New Issue
Block a user