remove debug
authorAlan <alan@roojs.com>
Mon, 28 Nov 2022 04:01:18 +0000 (12:01 +0800)
committerAlan <alan@roojs.com>
Mon, 28 Nov 2022 04:01:18 +0000 (12:01 +0800)
Pman/Login.php

index 6a20063..660a39d 100644 (file)
@@ -475,8 +475,8 @@ class Pman_Login extends Pman
     
     function verifyResetPassword($id,$t, $key)
     {
-       $au = $this->getAuthUser();
-       print_R($au);
+               $au = $this->getAuthUser();
+               //print_R($au);
         if ($au) {
             $this->jerr( "Already Logged in - no need to use Password Reset");
         }