phpbb: Make the username case-insensitve on login again. production
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:28:50 +0000 (16:28 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:28:50 +0000 (16:28 +0100)
commit39c63ab425bece2dcd59d80348c67766a7191ce7
treeb630511611c6cdb18d3ce8cc557225b22e78c0e0
parentce42ffced3e5e583414a29abe3aa08b21d87fc5e
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