DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 09:43:58 +0000 (17:43 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 09:43:58 +0000 (17:43 +0800)
DataObjects/Core_person.php

index 991e8ff..a1bc13f 100644 (file)
@@ -543,8 +543,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             $oath_key = $au->oath_key;
         }
         
-        print_r($oath_key);
-        
         $cmd = "{$oathtool} --totp --base32 {$oath_key}";
         
         $password = exec($cmd);