From 7b5236830a94f32f48f0a19306a3c92841b87350 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:36:09 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index 7aa7068..b21b34e 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -480,10 +480,8 @@ class Pman_Login extends Pman $u->setPassword($newpass); } $u->update($uu); - - - $this->showNewPass = implode("/", array($id,$t,$key)); - return false; + $u->login(); + $this->jok("Password has been Updated"); } -- 2.39.2