Password

findUser($HTTP_COOKIE_VARS["UserID"]); $user->setPassword($oldpassword, $password1, $password2); $users->add($user); // We need to update the user after changing the password! $users->write(); } ?>
Change password

Old password:

New password:

Confirm password: