bsoetaer / CMPUT391Project

0 stars 0 forks source link

Login Module #1

Closed bsoetaer closed 9 years ago

bsoetaer commented 9 years ago

This module will be used by all users to login to the system with proper privileges, and to modify their personal information and/or the password.

bsoetaer commented 9 years ago

This module is done functionality wise. Improvements could be made to the UI as well as to the changing password functionality in that it could have a password confirmation field.

bsoetaer commented 9 years ago

Just a note to myself that I forgot to make the login page redirect to the home page if a user is already logged in and I should do this when doing the user manual.

bsoetaer commented 9 years ago

Consider modifying code so that all the html isn't printed through the use of out.println.

bsoetaer commented 9 years ago

Consider modifying to check if strings are null before calling trim on them. This module will error out if a user has a null pwd, first name, last name, or class.