pgAdmin 4 commit: Do not decrypt the password when the password is 'Non

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not decrypt the password when the password is 'Non
Date: 2018-01-03 13:20:01
Message-ID: E1eWixd-0002s3-It@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Do not decrypt the password when the password is 'None'. Fixes #2765

This should avoid the common but harmless exception "ValueError: IV must be 16 bytes long while decrypting the password."

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-03 13:20:39 Re: [pgAdmin4][Patch]: Do not decrypt the password when the password is 'None'
Previous Message Dave Page 2018-01-03 13:16:21 Re: [pgAdmin4][Patch]: RM #2949 : [Web Based] Complete sql should displayed for fts directory in sql pane