From: Alan Knowles Date: Fri, 7 Dec 2018 02:42:08 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=04f0dd8f362c1c67688013e8398e49f32ce0aac1 Pman/Login.php --- 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"); }