Revert latest commit

This commit is contained in:
Xephi 2014-07-25 01:46:39 +02:00
parent 420fff72ca
commit fd9010dc59

View File

@ -119,7 +119,7 @@ public class AsyncronousLogin {
String hash = pAuth.getHash();
String email = pAuth.getEmail();
boolean passwordVerified = false;
boolean passwordVerified = true;
if (!forceLogin)
try {
passwordVerified = PasswordSecurity.comparePasswordWithHash(password, hash, realName);