From: Alan Knowles Date: Fri, 7 Dec 2018 02:49:34 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=95de27280a06175614f4a2ea3c5c603e8df71011 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 2f7bd00..404d922 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -505,7 +505,7 @@ class Pman_Login extends Pman $u->setPassword($newpass); } $u->update($uu); - $u->login(); + $this->jok("Password has been Updated"); }