From: john Date: Thu, 11 Oct 2018 05:12:03 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=3e8a226af034987600f439596f21d528636a129c;hp=4f72a12198e874fef330476f635bb79273264c0e;p=Pman.Base Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 676a80e..7266f02 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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(