survey_seahorse

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

commit 4609d78415da4f166872600dbe1ebf51f6501538
parent 8d306c6315fe73f94f8e5a15b552c03efa49cdb0
Author: John Kubach <johnkubach@gmail.com>
Date:   Sun, 16 Dec 2018 23:39:43 -0500

Merge branch 'master' of github.com:jkubach/Survey-Seahorse

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>