commit - 6f6ad2e0d15ac1099de4f4be9e8a09656fb22d13
commit + feed2f04285a74e82b654fd7c88af107c634e279
blob - c94f8ea4dd7ec115f9f6b5433bac269ef6ce3ea4
blob + 0da1c15eadd2a4ad7c3404ce823172c580c9e174
--- password.php
+++ password.php
$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'];