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

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