Update MkpasswdCommand.java
This commit is contained in:
parent
de9d723416
commit
3ad2a810f8
@ -62,7 +62,7 @@ class MkpasswdCommand implements CommandExecutor
|
|||||||
if (algoritm.equalsIgnoreCase("PLAIN"))
|
if (algoritm.equalsIgnoreCase("PLAIN"))
|
||||||
{
|
{
|
||||||
// I mean c'mon...
|
// I mean c'mon...
|
||||||
sender.sendMessage("Bro really? it's literally your unencrypted password...");
|
sender.sendMessage("\u00A79Your Hash: \u00A7cIt's literally your unhashed password.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (algoritm.equalsIgnoreCase("pbkdf2"))
|
else if (algoritm.equalsIgnoreCase("pbkdf2"))
|
||||||
|
Loading…
Reference in New Issue
Block a user