Pman/Login.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:49:47 +0000 (10:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:49:47 +0000 (10:49 +0800)
Pman/Login.php

index 404d922..dac31bf 100644 (file)
@@ -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");
     }