2.8.2. Authentication

The Grader application uses an authenticate-on-demand style of login, allowing users to only login when necessary (rather than login immediately on startup). The Grader application displays a login screen in each of the following cases:

The login screen is shown in Figure 2.8.2.1.


Figure 2.8.2.1: Logging in to Grader


The 'Username' field is the student's username -- a valid login ID. The 'Password' field is the user's password. The user checks an optional 'Remember Me' box may if they would like their information pre-populated on next launch.

Figure 2.8.2.2 shows the login form with sample data.


Figure 2.8.2.2: Logging in to Grader (Filled).



After the user enters the username and password, the user clicks the 'Login' button to login to the Gradebook. Optionally, the user clicks the cancel button to end the current request and not log in.






Prev: server setup | Next: posting and retrieving gradebooks | Up: administrative details | Top: index