settings: Enable (phpbb) authentication.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 08:38:15 +0000 (10:38 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 09:03:20 +0000 (11:03 +0200)
commit4d05f907d6e6ab93c5427a3b86461bc2e20aaa07
tree69c19d57394ba3ed032413d6b334223b92003383
parent9c8e125a625d1024743e8d56ed567654b100f3bc
settings: Enable (phpbb) authentication.

This adds code for the phpbb authentication backend, enables the auth
contrib application, adds /login and /logout urls and adds a login form
template.
auth.py [new file with mode: 0644]
dbsettings.py.tmpl
settings.py
tickets/templates/tickets/login.html [new file with mode: 0644]
urls.py