pgAdmin 4 commit: Fix password encryption with non-alpha passwords. Fix

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix password encryption with non-alpha passwords. Fix
Date: 2016-06-16 19:33:03
Message-ID: E1bDd2F-0001LD-Cz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix password encryption with non-alpha passwords. Fixes #1371

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c702ef9c4864afa40056ec85983774a948a8bfab
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/crypto.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-16 19:33:37 Re: PATCH: To fix the issue using complex password
Previous Message Dave Page 2016-06-16 19:13:35 pgAdmin 4 commit: Figure out storage paths in a more Windows friendly w