mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 18:25:27 +01:00
Revert latest commit
This commit is contained in:
parent
420fff72ca
commit
fd9010dc59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user