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