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