query('CALL account.myUserChangePassword(#, #)', [$oldPassword, $newPassword]); Account::sync($db, $_SESSION['user'], $newPassword); return TRUE; } }