CMPUT301W16T15 / Shareo

Group Project Android App
MIT License
3 stars 0 forks source link

Edit Profile characters #8

Closed 0x4849a closed 8 years ago

0x4849a commented 8 years ago

If you add a bunch of quotations or non-standard character to Edit Profile's textfields, it crashes. This also happened to me in the lab environment when I was making a profile from the login screen but I havent been able to reproduce that.

asampley commented 8 years ago

We need to sanitize some of our fields, like for username, we should restrict it to alpha-numeric, and for other fields, alpha-numeric with spaces and maybe a few symbols (like email addresses).

0x4849a commented 8 years ago

Cant reproduce so closed for now lol