commit 712a0a82cc44e7aa0298e633314285b6f2be2ad1
parent 65d5b8644ff4481b6c894c70a84083f995dff3df
Author: David Liotta <liottad6@students.rowan.edu>
Date: Fri, 14 Dec 2018 20:01:52 -0500
Minor changes
Added redirects for forgotten password and making a new account
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/website/login.php b/website/login.php
@@ -11,6 +11,10 @@ if (!empty($_GET)) {
<input type="text" name="username" placeholder="User Name">
<input type="text" name="password" placeholder="Password">
<button type="submit" name="submit">Sign In</button>
+
+<a href = "res/nope.php" target = "_blank">Forgot your password?</a>
+<br>
+<a href = "signUp.php" target = "_blank">Don't have an account?</a>
</form>
</html>