phpbb: Update to authenticate agains PhpBB version 3.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 16:18:19 +0000 (17:18 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 16:45:57 +0000 (17:45 +0100)
commit0399271c06a3730c9d2b1fe345fb00812edffa3b
tree0b19d05f5f179729c4aea897dcc3d318e3b6ce01
parentd7e54511f0b549e56a53df6f7c12f865b007837d
phpbb: Update to authenticate agains PhpBB version 3.

This removes checks for the group_single_user column which got removed
and changes the password hash. For the latter, a separate library is
used, which is included in this commit.
conf/auth/phpass/README [new file with mode: 0644]
conf/auth/phpass/__init__.py [new file with mode: 0644]
conf/auth/phpbb.py