diff --git a/password.php b/password.php index c94f8ea..0da1c15 100644 --- a/password.php +++ b/password.php @@ -69,6 +69,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { $sth->bindParam(1, $hashed, PDO::PARAM_STR); $sth->bindParam(2, $username, PDO::PARAM_STR); $sth->execute(); + logging($SESSID_USERNAME, $domain, $LANG['Logging_password_change'], $username); $message = $LANG['Password_result_succes']; } catch(PDOException $e) { $message = $LANG['Password_result_error'];