This document provides instructions for an iLab assignment to create a login form for a web application. Students are asked to:
1. Create a login form that validates username and password and assigns a session variable for the user's security level.
2. Restrict access to certain functions on an existing form based on the security level.
3. Add a user management form to allow adding, editing, and removing users, and testing the login and security functionality.
The assignment involves adding authentication code, restricting page elements based on roles, and creating a user database interface form. Students are provided detailed steps and advised to add comments to their code.