commit c86b0006105e37af585e1e39ac5e6e54ffb1ed89
parent 45e621cbc7df2e0a48b653c84975bf2874bc0632
Author: Andrew <andreww107@gmail.com>
Date: Thu, 20 Dec 2018 11:02:37 -0500
Update passReset.php
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/passReset.php b/website/passReset.php
@@ -4,8 +4,10 @@ if(!empty($_GET)){
$_SESSION['login-sid'] = $_GET['sid'];
}
?>
-<h2> Reset password </h2>
+<link rel="stylesheet" href="res/style.css">
+
<form class= "pass-reset" action= "res/reset-pass.php" method= "POST">
+ <h2> Reset password </h2>
<input type="text" name="email" placeholder="Email">
<input type="text" name="newPass" placeholder="New Password">
<input type="text" name="confirmPass" placeholder="Confirm Password">