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)
commit32ee0419a78537ec95b1d71e0335c48446f62051
tree839c218ec5e0bab6b42476fdff793e33e75dd2cc
parent8d84a6352b82127c69205ab786699d2bed385c11
phpbb: Properly handle case (in)sensitivity in usernames.

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.
conf/auth/phpbb.py