-
Defect
-
Resolution: Won't Do
-
Trivial
-
1.0.0-BETA1
-
None
When not entering any information in the textfields on the Login page, there isn't any validation the occurs to check if the required fields are entered.
Their is validation though, but not to see if the required fields are entered.
Here would be a nice way of handling all our validations:
1.) Validate all required fields are entered.
2.) Do the fields pass valid inputs (think date fields or password fields).
3.) Are other details handled properly like email address and confirm email address equal?
4.) Data issues that require access to the database handled properly...
If any of the above fail then moving on to the next validation level does not occur and all errors are returned to the user.
Their is validation though, but not to see if the required fields are entered.
Here would be a nice way of handling all our validations:
1.) Validate all required fields are entered.
2.) Do the fields pass valid inputs (think date fields or password fields).
3.) Are other details handled properly like email address and confirm email address equal?
4.) Data issues that require access to the database handled properly...
If any of the above fail then moving on to the next validation level does not occur and all errors are returned to the user.