[PATCH 1/2] pgarchives: Add missing authentication backend to settings.py - Mailing list pgsql-www

From Célestin Matte
Subject [PATCH 1/2] pgarchives: Add missing authentication backend to settings.py
Date
Msg-id 5fb488f9-999c-e41f-356b-edcf258d6424@cmatte.me
Whole thread Raw
Responses [PATCH 2/2] pgarchives: Add missing example pgauth config in settings.py  (Célestin Matte <celestin.matte@cmatte.me>)
Re: [PATCH 1/2] pgarchives: Add missing authentication backend to settings.py  (Magnus Hagander <magnus@hagander.net>)
List pgsql-www
Hello,

Authentication when using private archives in pgarchives is broken with current settings.py file.
This first patch add a missing backend in settings.py, without which sessions aren't registered and users get
redirectedindefinitely.
 
In the second patch of this series, I add missing parameters for configuring PGAUTH, copying the ones from pglister.

Cheers,
-- 
Célestin Matte
Attachment

pgsql-www by date:

Previous
From: Robert Greene
Date:
Subject: blocking_tree view from https://wiki.postgresql.org/wiki/Lock_dependency_information
Next
From: Célestin Matte
Date:
Subject: [PATCH 2/2] pgarchives: Add missing example pgauth config in settings.py