avinashjoshi / walkaround

Automatically exported from code.google.com/p/walkaround
Apache License 2.0
0 stars 1 forks source link

Disallow invalid participant IDs #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. New wave
2. Add participant 
3. Type a@ b
4. Click OK

What is the expected output?  What do you see instead?
Expected: Invalid participant ID rejected
Actual: Participant ID with a space is added to the wave

What browser and browser version are you using?  On what operating system?
Chrome Linux

What URL does your browser show when the problem occurs?  Did you compile
walkaround on your machine, or are you using a public instance?
Running on localhost with runant run

See also http://code.google.com/p/walkaround/issues/detail?id=108 .

We should add server-side validation to disallow this.  We should also make 
client-side improvements to the add participant dialog, perhaps as 
requested in http://code.google.com/p/walkaround/issues/detail?id=56 , perhaps 
something simpler just focused on invalid IDs.

Original issue reported on code.google.com by oh...@google.com on 10 May 2012 at 9:18