davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

Validation of Emails, Dates, and Other Form Data #3

Closed davelester closed 11 years ago

davelester commented 12 years ago

All form data should be checked to ensure that it is valid before attempting to insert it into the database. In particular, email addresses should be valid email addresses.

davelester commented 12 years ago

Badge version numbers need to validated to ensure that they are in a x.x or x.x.x format.

davelester commented 11 years ago

Thanks @sbutler for lots of fixes with commit 2d5d2a9. Folks should open this up if other validation problems exist.