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