]> git.openstreetmap.org Git - rails.git/commit
Backout broken attempt at making case insensitive authentication work
authorTom Hughes <tom@compton.nu>
Thu, 23 Apr 2009 23:46:45 +0000 (23:46 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 23 Apr 2009 23:46:45 +0000 (23:46 +0000)
commit77a34278ca697ac47ce451959d7f8c2774d5188a
tree5e32947a9a2f84841b5ca55f2ed0b21d42aca355
parente3ae690a006f4bf23eaedcd9817d0750ceeebc55
Backout broken attempt at making case insensitive authentication work
on Postgres. As implemented this forces a table scan to authenticate
users which is ridiculous to save people pressing the shift key.
app/models/user.rb
test/fixtures/users.yml
test/functional/user_controller_test.rb