QUESTION 1 Administering Accounts You will be creating an internal login and registration form that will allow better tracking of website access. Employees will be able to log in and also see what other registered users have accounts on the website. Employees that are are new to the company or new to the website should have the ability to create a new account. Account information should be stored in a text file. Design Requirements Creating the Login Form and Features Using the provided login.php file you should add the required features. Provided code in the file should not be deleted or commented out. The login form should be the page loaded by default when a user accesses the directory of your practicum. Rename the file if necessary. It should allow employee email address and password entry which will be used to check against the accounts saved in the text file. The login page should indicate to the user to 'Please log in to continue, color-coded in green. Each of the text boxes should provide a brief indication of what to enter in that text box. A link to the registration page should be provided. An example of the basic login form is shown below: