Issue 11: Removing persons.php broke login_form.php
Project Member Reported by bkmackellar, Mar 26, 2014
What steps will reproduce the problem?
1.login in with an invalid login
2.hit submit

What is the expected output? What do you see instead?
We expect to see an error message about an invalid login. Instead, the screen is blank


The problem is that when Person.php was removed, all scripts that include it or reference it were broken. This includes login_form, and that is the first point where the error is apparant. Do not remove entire scripts without changing references to it first. In this case, login_form should include Staff.php and dbStaff.php, since staff will be logging in