From 04f0dd8f362c1c67688013e8398e49f32ce0aac1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:42:08 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman/Login.php b/Pman/Login.php index 002b18b..0b8b40b 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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"); } -- 2.39.2