Skip to content

Use Django's auth views and honor login / logout urls

Aurélien Bompard requested to merge abompard/postorius:login_logout_urls into master

This branch makes more use of Django's login and logout facilities, and makes it easier to configure the overall Django installation to use the same login page for HyperKitty and Postorius (it's just a variable in the settings).

Merge request reports