Set this false by default

This commit is contained in:
Xephi 2014-07-25 01:45:32 +02:00
parent 2092ad31e2
commit 420fff72ca

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