dmeese / MathWorld

Team Bunny Slippers Math World Web Application
0 stars 1 forks source link

Overflow on user register #18

Closed jatarro closed 11 years ago

jatarro commented 11 years ago

There are no size limits on the form for registering a user. If you enter a very large string it takes you to an error page stating "We're sorry, but something went wrong."

CKinWoodstock commented 11 years ago

Adding field limits to text-based inputs. Note that textareas can only have limits applied in HTML5 (IE10, Chrome)

dmeese commented 11 years ago

Chris, if it can't limit it in the text field on non-html5 browsers, can we check the length in a before_save?