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

index a1bc13f..991e8ff 100644 (file)
@@ -543,6 +543,8 @@ 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);