Pman/Login.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:42:08 +0000 (10:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:42:08 +0000 (10:42 +0800)
Pman/Login.php

index 002b18b..0b8b40b 100644 (file)
@@ -466,6 +466,7 @@ class Pman_Login extends Pman
     function verifyResetPassword($id,$t, $key)
     {
        $au = $this->getAuthUser();
+       print_R($au);
         if ($au) {
             $this->jerr( "Already Logged in - no need to use Password Reset");
         }