Code

Removed jpgraph | qpl license doesn't match our needs
[gosa.git] / gosa-core / include / functions.inc
index f56a3689c96cd084e09760ef3093cc6daf150886..bfe31d074dd4ecdd28049ffe6b6e12e94f3c466b 100644 (file)
@@ -3037,6 +3037,8 @@ function change_password ($dn, $password, $mode=0, $hash= "")
 
   if($test instanceOf passwordMethod){
 
+    stats::log('global', 'global', array('users'),  $action = 'change_password', $amount = 1, 0, $test->get_hash());
+
     $deactivated = $test->is_locked($config,$dn);
 
     /* Feed password backends with information */