X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FLogin.php;h=dac31bf57dedd5f97e1a5ea015f0361c428ff194;hb=4e1dd0fb4a4baa07545e781f12caffbb99a12e6b;hp=404d9220981c524eb2fe9afd7d7799d36b607200;hpb=95de27280a06175614f4a2ea3c5c603e8df71011;p=Pman.Base 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"); }