DataObjects/Core_person.php
authorjohn <john@roojs.com>
Thu, 11 Oct 2018 04:28:44 +0000 (12:28 +0800)
committerjohn <john@roojs.com>
Thu, 11 Oct 2018 04:28:44 +0000 (12:28 +0800)
DataObjects/Core_person.php

index 5b8c314..9c65e7e 100644 (file)
@@ -674,7 +674,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $aur['oath_key_enable'] = !empty($this->oath_key);
         
         $s = DB_DataObject::Factory('core_setting');
-        $aur['disable_oath'] = (bool) $s->lookup('core', 'two_factor_authentication') ? 1 : 0;
+        $aur['disable_oath'] = (bool) $s->lookup('core', 'two_factor_authentication_requirement') ? 1 : 0;
         
         return $aur;
     }