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.zabuaw...@enterprisedb.com> Modified Files -------------- web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)