DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 06:01:44 +0000 (14:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Dec 2020 06:01:44 +0000 (14:01 +0800)
DataObjects/Core_person.php

index ccbdcf7..df6dc94 100644 (file)
@@ -552,7 +552,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         return $url.'/'.$expires.'/'.hash('sha254', serialize(array($url, $time, $this->passwd)));
         
     }
-    function genAutoLogin($called)
+    function validateAutoLogin($called)
     {
         $bits = explode($called);
         $hash = array_pop($bits);