phpbb: Make the username case-insensitve on login again.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:26:08 +0000 (16:26 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 14 Feb 2011 15:26:08 +0000 (16:26 +0100)
commit5e0e784da0a9786713cf1850ab1669a7c652ffc3
tree61071b660c1679c957b22b2267badd81f190da05
parentd0bdd58eaa599fe9fcf5625b868187e07dc6cd09
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...
conf/auth/phpbb.py