phpbb: Properly handle case (in)sensitivity in usernames.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 14:21:52 +0000 (16:21 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 14:24:19 +0000 (16:24 +0200)
By default, the phpbb database makes username checks case insensitive.
To compensate for the fact that ACL checks are case sensitive, we thrash
the username from the request after a sucessful password check (since
that username might have "wrong" casing) and use the username from the
database instead.


No differences found