From 4e1dd0fb4a4baa07545e781f12caffbb99a12e6b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:49:47 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); } -- 2.39.2