pgAdmin 4 commit: Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KE

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KE
Date: 2016-10-20 07:46:59
Message-ID: E1bx843-0004Z7-C0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KEY,
SECURITY_PASSWORD_SALT keys are decoded as string for python 3
compatibility.

Fixes #1871

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4c439d64ae9ba638cb7698a7dd8340b9a0a5857

Modified Files
--------------
web/setup.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-10-20 07:53:30 Re: RM1849: Auto-generating security keys
Previous Message Ashesh Vashi 2016-10-20 07:36:29 Re: RM1849: Auto-generating security keys