archfirst / bullsfirst-jquery-backbone

Implementation of the Bullsfirst front-end using jQuery and Backbone.js
23 stars 22 forks source link

Validation Engine allows spaces in First/Last Name (Create Account) #21

Open bobholt opened 11 years ago

bobholt commented 11 years ago

The current validation engine settings allows spaces in first/last names, but this is not allowed on the server (javaee returns a 400 error).

nareshbhatia commented 11 years ago

Since server is not changing anytime soon, we should tighten the client side validation.