Pman/Login.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 05:50:08 +0000 (13:50 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 05:50:08 +0000 (13:50 +0800)
Pman/Login.php

index 558b8e1..275409f 100644 (file)
@@ -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);