diff --git a/change_password.php b/change_password.php new file mode 100644 index 0000000..fe87539 --- /dev/null +++ b/change_password.php @@ -0,0 +1,69 @@ +escape ($password), + $mysql->escape ($username)); + + if ($mysql->query ($query)) { + $pw_message = "Password changed.
\n"; + } + else { + message ($mysql->error); + } + } + unset ($_POST['set_password1'], $_POST['set_password2'], $password); +} + +?> + +

Change Password

+ +
+ + + + + + + + + + + + + + + +
New Password
Verify new Password
+ + + + + +
+
+ +