-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
34 lines (19 loc) · 1004 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
WDV2 - Gareth Adam
At the bottom of the relevent pages there is a div containing $_SESSION information.
The pages the can be viewed without logging in (index.php, services.php, contactUS.php)
have an error div to the right of the login form to display whether or not
the input fields are empty or if the input can be validated.
Upon logging in with either an Admin or Customer account there is a 2 second delay on loading
between the pages with a success message displayed in the middle of the screen if the login is successful.
Depending on which account you use, The user will get a different set of navigation links. To ensure that
only the right user can access the right pages. Aswell as having a user security check so that
you cannot access certain pages without logging in.
------------------------ Account Details -----------------------
Admin Account
Username: admin
Password: password
------------------
Customer Account
Username: customer
Password: cpass
------------------