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
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