DataObjects/Core_person.php
authoredward <edward@roojs.com>
Thu, 2 Nov 2017 11:19:40 +0000 (19:19 +0800)
committeredward <edward@roojs.com>
Thu, 2 Nov 2017 11:19:40 +0000 (19:19 +0800)
DataObjects/Core_person.php

index e750127..d668f52 100644 (file)
@@ -1326,6 +1326,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     function generateOathKey()
     {
         $hex = bin2hex(openssl_random_pseudo_bytes(16));
+        print_R(openssl_random_pseudo_bytes(16));exit;
         $this->oath_key = $hex;
         return $this->oath_key;