From f440658e075d8030a6759008fa132c8c8be9cb88 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 9 Oct 2018 13:50:08 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pman/Login.php b/Pman/Login.php index 558b8e1..275409f 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -52,6 +52,10 @@ class Pman_Login extends Pman return $this->logout(); } + if(!empty($_REQUEST['user_has_oath'])) { + return $this->checkUserOath(); + } + // general query... if (!empty($_REQUEST['getAuthUser'])) { //DB_Dataobject::debugLevel(5); -- 2.39.2