pgAdmin 4 commit: Do not decrypt the password when the password is'Non - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Do not decrypt the password when the password is'Non
Date
Msg-id E1eWixd-0002s3-It@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #2949 : [Web Based] Complete sql shoulddisplayed for fts directory in sql pane
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Do not decrypt the password when the passwordis 'None'