AndreaUnlimited / starfriends

15 stars 0 forks source link

Sign up page doesn't validate any fields you enter #75

Closed fallax closed 8 years ago

fallax commented 8 years ago

Currently when you're signing up none of the fields get validated.

1) If someone puts something in the "email" box, we need to check it looks vaguely like an email (and they've not just got confused) 2) If someone puts something in the "display name" box, we should make sure it's something that would actually fit on the screen (e.g. not 50+ characters) 3) If someone enters a password, we should make sure it is usefully strong (e.g. more than 6 characters) and not unusable (more than 64 characters)

fallax commented 8 years ago

Something like http://jqueryvalidation.org/ might be useful for implementing this.

Cassolotl commented 8 years ago

This seems to be done! :)