Update authentication to use PhpBB version 3.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 17:01:29 +0000 (18:01 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Feb 2011 17:01:29 +0000 (18:01 +0100)
commitb8ab54abb0092e5e16cb8fbe65ec96fc0f7cef4e
tree565bd92606cc3828d84e86a6213e8e96be69a610
parent8f82b787420a65cb08b42b59dea1929c76b77be4
Update authentication to use PhpBB version 3.

This adds an external hash library, to match the new password hashing
used by phpbb3.
auth.py
dbsettings.py.tmpl
tools/__init__.py [new file with mode: 0644]
tools/phpass/README [new file with mode: 0644]
tools/phpass/__init__.py [new file with mode: 0644]