DataObjects/Core_person.php
authorjohn <john@roojs.com>
Thu, 11 Oct 2018 05:37:11 +0000 (13:37 +0800)
committerjohn <john@roojs.com>
Thu, 11 Oct 2018 05:37:11 +0000 (13:37 +0800)
DataObjects/Core_person.php

index db086dd..1bccbdb 100644 (file)
@@ -520,6 +520,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     
     function checkTwoFactorAuthentication($val)
     {
+        return true;
         // also used in login
         require_once 'System.php';