From: john Date: Tue, 9 Oct 2018 05:50:08 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=f440658e075d8030a6759008fa132c8c8be9cb88 Pman/Login.php --- 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);