survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit fb7fa43c9fb53aed9424b8df6ab3d3fd0ef34284
parent 52a0587082bcab8eb80b5653d7bc6893896a32e7
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 23:35:31 -0500

Update login.php
Diffstat:
Mwebsite/login.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/login.php b/website/login.php @@ -13,7 +13,7 @@ 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> <br> - <a href = "resestPass.php" target = "_blank">Forgot your password?</a> <br> - <a href = "signUp.php" target = "_blank">Don't have an account?</a> + <a href = "passReset.php" target = "_blank">Forgot your password?</a> <br> + <a href = "signup.php" target = "_blank">Don't have an account?</a> </form> </html>