notice-us-senpai / KouhaiDash

Deploying commit ff65335 | Updated branches are: master
https://kouhaidash.herokuapp.com/
2 stars 2 forks source link

Use of Period in Username #34

Closed leeyimin closed 8 years ago

leeyimin commented 8 years ago

https://kouhaidash.herokuapp.com/users/kattie.kshlerin cannot be accessed as kshlerin is read as format ( taken as like html, js)

jia1 commented 8 years ago

We should proceed with blocking such problematic characters.

leeyimin commented 8 years ago

fixed by adding format validator, only letters, digits, '-' and '_' allowed.