Pman/Login.php
[Pman.Base] / 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);