phpbb: Make the username case-insensitve on login again. master
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:29:54 +0000 (16:29 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:29:54 +0000 (16:29 +0100)
commite4fa6131f5239a266eae72317738f68327e65003
tree13e2f96fafe2beecbef8c1b0cce0feb3af7b51fe
parentb8ab54abb0092e5e16cb8fbe65ec96fc0f7cef4e
phpbb: Make the username case-insensitve on login again.

The username field in the phpbb3 database is case sensitive (i.e., it
has utf_bin collation), whereas in phpbb2 it was case insensitive. This
commit changes the SQL query to make logins case insensitive again,
since a lot of people used a capital letter for registering their
username, but forgot that later on...
auth.py