Set this false by default
This commit is contained in:
parent
2092ad31e2
commit
420fff72ca
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user