SOEN341 / Schedule-Builder

A web service to create a multi-year schedule based on the user's degree and preferences
0 stars 0 forks source link

Validation error #54

Closed SeanMarcoux closed 8 years ago

SeanMarcoux commented 8 years ago

Users can currently enter in nothing but whitespace characters and they will be accepted as valid input. This should not be permitted. I figure they should not be allowed any whitespace at all. Also, consider doing some regex on the email to make sure it is the proper form

SeanMarcoux commented 8 years ago

Added validation checks for whitespace characters and e-mail formats