]> git.openstreetmap.org Git - rails.git/commit
Don't allow [/;.,?] to be used in display names, as those are used as
authorTom Hughes <tom@compton.nu>
Mon, 11 Jun 2007 08:43:47 +0000 (08:43 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 11 Jun 2007 08:43:47 +0000 (08:43 +0000)
commit0d597c1771dce91ee2880ef946f5a9976c6e10d1
tree226d395f011aa92406e76708fbd93930abcda0c1
parent4012eb7f9a723a27ddf42615eec5d4c27e1e2534
Don't allow [/;.,?] to be used in display names, as those are used as
separator characters by rails when routing, which means a display name
containing them will not work as part of a URL.
app/models/user.rb