X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FLogin.php;h=660a39dbcc1472bc544d6aaa910de31aaf2ab020;hp=6a200638d94c7bfd16f3e84bfb46d92a69fe4ab4;hb=8be6b60c9865e2f261ed54c90b959079c7a134e4;hpb=f7e04edf7e1d7eee90143d2557421ae1f5d28d71 diff --git a/Pman/Login.php b/Pman/Login.php index 6a20063..660a39d 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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"); }