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

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not decrypt the password when the password is'Non
Date
Msg-id E1eZWLy-0004nF-Jw@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
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=795a71396b61ac4b00bbcdae572541ec484a06a1
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: Ashesh Vashi
Date:
Subject: Re: ESLINT: On pgAdmin static javascripts
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.