JamesBream / PixelGram

UoD CS Spring Semester Team Project
0 stars 0 forks source link

Form Checking #9

Open JamesBream opened 8 years ago

JamesBream commented 8 years ago

Forms should all be checked, both for SQL injection issues as well as for usability. A user can currently register with any username but this should be restricted to valid email addresses only. There may need to be other restrictions i.e. length of all fields.

JamesBream commented 8 years ago
JamesBream commented 8 years ago

Backend:

http://flask.pocoo.org/docs/0.10/patterns/wtforms/ https://flask-wtf.readthedocs.org/en/latest/

Frontend:

http://formvalidation.io

JamesBream commented 8 years ago

Basic implementation in a4d4e7d