radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

too small max length for field name #26

Closed john916zhang closed 9 years ago

john916zhang commented 9 years ago

client/mugen/form.js: 102 var nameMatch = name.match(/^[a-z0-9A-Z]{3,15}$/);

15 is too small for max field name length. Please increase to at least 30.

john916zhang commented 9 years ago

{2,50}

radiegtya commented 9 years ago

Cool @anderson916

I'll fix that, and mark it as bug. Sorry for that dump mistake.

radiegtya commented 9 years ago

fixed at the latest meteoris.

just reopen if you still find any bug. Thanks