From 21f40bbc053ef5049521977a423d100386745bc6 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 11 Oct 2018 11:53:23 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 2b8b9b5..992c793 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -319,7 +319,7 @@ class Pman_Login extends Pman if( !empty($u->oath_key) && - !$u->checkTwoFactorAuthentication($_REQUEST['oath_password'], $u->oath_key) + !$u->checkTwoFactorAuthentication($_REQUEST['oath_password']) ){ $this->jerror('LOGIN-BAD', 'You typed the wrong Username or Password (3)'); exit; -- 2.39.2