From 8c42ebe4eed83b204889caebf4d9d51b808fc152 Mon Sep 17 00:00:00 2001
From: Samantha <37825989+Samrusike@users.noreply.github.com>
Date: Fri, 25 Dec 2020 16:59:47 +0800
Subject: [PATCH] Update signup.php
For the LRR website, we don't need to display both the sign-in and sign-up forms on one page. The best thing that we can do to have a clean and neat LRR website UI/UX we should only display the logo and sign in form. Then we are also going to put a signup link on the sign-in page that will lead to the signup form and on the signup form the top left corner lrr logo will lead us back to the sign-in form.
On the sign-up form I have removed the portal for inputting the passport and added an if statement for inputting student number on the same form.
---
signup.php | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/signup.php b/signup.php
index 562ea58..7114c72 100644
--- a/signup.php
+++ b/signup.php
@@ -24,6 +24,9 @@ include 'Header.php';
Full Name
+ Student ID
+
+
Email
@@ -33,7 +36,7 @@ include 'Header.php';
Confirm Password
-
+
+