pgAdmin 4 commit: Ensure the initial password is properly hashed during

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the initial password is properly hashed during
Date: 2017-07-10 15:08:40
Message-ID: E1dUaIi-0005CF-Ll@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the initial password is properly hashed during setup in web mode. Fixes #2492

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b095d1f33a3e8a3e0990c623ef3d21c129d9a802
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_1_6.rst | 1 +
web/migrations/versions/f195f9a4923d_.py | 47 ++++++++++++++++++++++++++++++++
web/migrations/versions/fdc58d9bd449_.py | 46 +++++++++++++++++++++++--------
web/setup.py | 18 ++++--------
4 files changed, 88 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-07-10 15:11:13 Jenkins build is back to normal : pgadmin4-master-python36 #229
Previous Message Dave Page 2017-07-10 15:02:35 pgAdmin 4 commit: Fix drop/drop cascade for partitioned tables. Fixes #