mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 04:02:10 +01:00
We don't need to old it, already done in the hash
This commit is contained in:
parent
fa831700a2
commit
e889fb580a
@ -97,7 +97,6 @@ public class PasswordSecurity {
|
||||
break;
|
||||
case BCRYPT2Y:
|
||||
salt = createSalt(22);
|
||||
userSalt.put(playerName, salt);
|
||||
break;
|
||||
case MD5:
|
||||
case SHA1:
|
||||
|
Loading…
Reference in New Issue
Block a user