Pman/Login.php
authorjohn <john@roojs.com>
Thu, 11 Oct 2018 05:12:03 +0000 (13:12 +0800)
committerjohn <john@roojs.com>
Thu, 11 Oct 2018 05:12:03 +0000 (13:12 +0800)
Pman/Login.php

index 676a80e..7266f02 100644 (file)
@@ -132,6 +132,11 @@ class Pman_Login extends Pman
         $s = DB_DataObject::Factory('core_setting');
         $oath_require_val = 1;
         $oath_require = $s->lookup('core', 'two_factor_authentication_requirement');
+        if(!empty($oath_require)) {
+            if($oath_require->val == 0) {
+                $oath_require_val = 0;
+            }
+        } 
         
         if (!$u->isAuth()) {
             $this->jok(array(