Pman/Login.php
[Pman.Base] / Pman / Login.php
index 2b8b9b5..992c793 100644 (file)
@@ -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;