Pman/Login.php
[Pman.Base] / 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");
         }