Allow authentication urls under /list/_auth/
authorMagnus Hagander <magnus@hagander.net>
Tue, 18 Jun 2019 14:55:47 +0000 (16:55 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 18 Jun 2019 14:55:47 +0000 (16:55 +0200)
commit0e8a6ba23368925789ee0115c9b5095bbd22778a
tree0c321d6e724008d45372aa4d27fca40b7afb3ed3
parent41b0ff20f64787c7d380371286b207acc8b88cd1
Allow authentication urls under /list/_auth/

This allows the authentication to work even when used behind a varnish
proxy that eats all other URLs than those directly to the archives.

To make use of this, LOGIN_URL must also be changed to point to
/list/_auth/accounts/login/, and the entry in the community
authentication system must point to /list/_auth/auth_receive/.
django/archives/urls.py