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 hash = pAuth.getHash();
String email = pAuth.getEmail(); String email = pAuth.getEmail();
boolean passwordVerified = false; boolean passwordVerified = true;
if (!forceLogin) if (!forceLogin)
try { try {
passwordVerified = PasswordSecurity.comparePasswordWithHash(password, hash, realName); passwordVerified = PasswordSecurity.comparePasswordWithHash(password, hash, realName);