DataObjects/Core_person.php
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 05:56:30 +0000 (13:56 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 05:56:30 +0000 (13:56 +0800)
DataObjects/Core_person.php

index be6380a..7f38e8c 100644 (file)
@@ -683,7 +683,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'] = empty($s->lookup('core', 'two_factor_authentication')) ? 1 : 0;
+        $aur['disable_oath'] = empty($s->lookup('core', 'two_factor_authentication')) ? 0 : 1;
         
         return $aur;
     }