mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 18:25:27 +01:00
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 email = pAuth.getEmail();
|
||||
boolean passwordVerified = true;
|
||||
boolean passwordVerified = false;
|
||||
if (!forceLogin)
|
||||
try {
|
||||
passwordVerified = PasswordSecurity.comparePasswordWithHash(password, hash, realName);
|
||||
|
Loading…
Reference in New Issue
Block a user